@@ -92,10 +92,9 @@ export const selectInputTheme: SelectInputTheme = {
92
92
...baseTheme ,
93
93
base : [
94
94
baseTheme . base ,
95
- 'bg-panel text-panel-content border-panel-accent border-solid hover:border-panel-accent' ,
96
- // 'hover:after:bg-input-hover focus-within:after:bg-input-focus',
97
- 'hover:after:bg-[radial-gradient(circle,_#105EFF_0%,_#105EFF_36%,_#242433_100%)]' ,
98
- 'focus-within:after:bg-[radial-gradient(circle,_#93B6FF_0%,_#105EFF_36%,_#3D3D4D_90%,_#242433_100%)]' ,
95
+ 'bg-panel text-panel-content border-panel-accent border-solid hover:border-panel-accent light:hover:border-panel-accent' ,
96
+ 'hover:after:bg-[radial-gradient(circle,_#105EFF_0%,_#105EFF_36%,_#242433_100%)] light:hover:after:bg-[radial-gradient(circle,_#105EFF_0%,_#105EFF_36%,_#E6E6F0_100%)]' ,
97
+ 'focus-within:after:bg-[radial-gradient(circle,_#93B6FF_0%,_#105EFF_36%,_#3D3D4D_90%,_#242433_100%)] light:focus-within:after:bg-[radial-gradient(circle,_#105EFF_10%,_#93B6FF_36%,_#E6E6F0_90%)]' ,
99
98
'hover:after:content-[""] hover:after:absolute hover:after:mx-1 hover:after:h-px after:z-[2] hover:after:rounded hover:after:-bottom-[0px] hover:after:inset-x-0.5' ,
100
99
'focus-within:after:content-[""] focus-within:after:absolute focus-within:after:mx-0 focus-within:after:h-px after:z-[2] focus-within:after:rounded focus-within:after:-bottom-[0px] focus-within:after:inset-x-0.5'
101
100
] . join ( ' ' ) ,
@@ -105,9 +104,9 @@ export const selectInputTheme: SelectInputTheme = {
105
104
] . join ( ' ' ) ,
106
105
disabled : [
107
106
baseTheme . disabled ,
108
- 'text-panel-secondary-content/40 border-surface'
107
+ 'text-panel-secondary-content/40 border-surface light:hover:border-surface '
109
108
] . join ( ' ' ) ,
110
- error : [ baseTheme . error , 'border-error' ] . join ( ' ' ) ,
109
+ error : [ baseTheme . error , 'border-error light:border-error/20 ' ] . join ( ' ' ) ,
111
110
suffix : {
112
111
...baseTheme . suffix ,
113
112
button : [ baseTheme . suffix . button , 'hover:cursor-pointer' ] . join ( ' ' )
0 commit comments