fix duplicate styling (#67)

This commit is contained in:
Vivian Phung 2024-05-16 20:16:31 -04:00 committed by GitHub
parent 8488cfab83
commit 46ba6d014d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -30,7 +30,7 @@ abbr[title] {
@apply !text-elements-disabled !bg-transparent; @apply !text-elements-disabled !bg-transparent;
} }
.react-calendar__month-view__days__day--neighboringMonth { .react-calendar__month-view__days__day--neighboringMonth:focus-visible {
@apply !text-elements-disabled !bg-transparent; @apply !text-elements-disabled !bg-transparent;
} }

View File

@ -14,9 +14,6 @@ export default withMT({
xxs: '400px', xxs: '400px',
xs: '480px', xs: '480px',
}, },
zIndex: {
tooltip: '52',
},
letterSpacing: { letterSpacing: {
tight: '-0.084px', tight: '-0.084px',
}, },
@ -178,6 +175,7 @@ export default withMT({
4.5: '1.125rem', 4.5: '1.125rem',
}, },
zIndex: { zIndex: {
tooltip: '52',
toast: '9999', toast: '9999',
}, },
animation: { animation: {