Skip to content

Commit

Permalink
Merge pull request #62 from WestpacGEL/fix/date-picker-style
Browse files Browse the repository at this point in the history
Fix/date-picker: style
  • Loading branch information
samithaf authored Sep 5, 2023
2 parents 220d96d + 4e4886f commit 83a837d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ export const generateDatePicker = () => {
'&.is-today': {
'@apply !shadow-primary !text-text !bg-primary/5': {},
},
'&.is-disabled': {
'@apply line-through': {},
},

"&[aria-pressed='true']": {
'@apply border border-opacity-0 !bg-primary !text-white focus:!text-white': {},
Expand Down

0 comments on commit 83a837d

Please sign in to comment.