Skip to content

Commit

Permalink
Listbox button background (#2157)
Browse files Browse the repository at this point in the history
fix: listbox background style
  • Loading branch information
milan-deepfence authored May 22, 2024
1 parent af62486 commit 75de6bb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const defaultStyle = cn(
// border
'border rounded-[5px]',
'border-bg-grid-border',
// bg styles
'bg-bg-card',
// text styles
'dark:text-text-input-value text-text-text-and-icon',
// disabled text color
Expand Down Expand Up @@ -52,7 +50,7 @@ const defaultUnderlineStyle = cn(
const defaultUnderlineJErrorStyle = cn(
'focus-visible:outline-none',
'border-transparent border-b rounded-none',
'dark:border-b-text-text-and-icon border-b-bg-border-form <dark:disabled:border-b-gray-600/60></dark:disabled:border-b-gray-600/60> disabled:border-b-severity-unknown',
'dark:border-b-text-text-and-icon border-b-bg-border-form dark:disabled:border-b-gray-600/60 disabled:border-b-severity-unknown/60',
// active
'transition-[background-size] duration-[0.2s] ease-[ease]',
'bg-[length:0%_100%] focus:bg-[length:100%_100%]',
Expand Down

0 comments on commit 75de6bb

Please sign in to comment.