[TASK] add filter and change aria-pressed style button

This commit is contained in:
Marie Birner
2023-04-07 21:59:25 +02:00
parent e8799e5766
commit f2df222f89
3 changed files with 31 additions and 3 deletions

View File

@ -22,6 +22,6 @@
}
&[aria-pressed='true'] {
@apply outline outline-2 outline-offset-2 outline-primary-600;
@apply outline outline-2 outline-offset-2 outline-primary-600 bg-primary-100 text-primary-950;
}
}