Skip to content

Commit

Permalink
fixed broken css class
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Oct 30, 2024
1 parent c4303bc commit 07fd830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/theme-b2b/src/components/DateField.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const DateField: ThemeComponent<'DateField'> = {
segment: cva([
'group/segment',
'text-center leading-none outline-0',
'[data-type="literal]"' && 'p-[0.75px]',
'data-[type="literal"]:p-[0.75px]',
'rounded-sm',
'focus:bg-bg-accent focus:text-text-inverted',
'aria-[readonly]:focus:border-border-base aria-[readonly]:focus:outline-none',
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-core/src/components/DateField.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const DateField: ThemeComponent<'DateField'> = {
segment: cva([
'group/segment',
'text-center leading-none outline-0',
'[data-type="literal]"' && 'p-[0.75px]',
'data-[type="literal"]:p-[0.75px]',
'rounded-sm',
'focus:bg-bg-selected focus:text-text-inverted',
'data-[placeholder=true]:text-text-inverted-disabled',
Expand Down

0 comments on commit 07fd830

Please sign in to comment.