File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ function AnalogClock({
128128 styles . clock ,
129129 {
130130 backgroundColor : theme . dark
131- ? Color ( theme . colors . surface ) . lighten ( 1.2 ) . hex ( )
131+ ? Color ( theme . colors . surface ) . lighten ( 1.4 ) . hex ( )
132132 : theme . isV3
133133 ? Color ( theme . colors . outline ) . lighten ( 0.9 ) . hex ( )
134134 : Color ( theme . colors . surface ) . darken ( 0.1 ) . hex ( ) ,
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export function useSwitchColors(highlighted: boolean) {
164164 return Color ( theme . colors . primary ) . hex ( )
165165 }
166166 if ( theme . isV3 ) {
167- return Color ( theme . colors . surface ) . lighten ( 1.2 ) . hex ( )
167+ return Color ( theme . colors . surface ) . lighten ( 1.4 ) . hex ( )
168168 }
169169 return theme . colors . backdrop
170170 }
@@ -203,7 +203,7 @@ export function useInputColors(highlighted: boolean) {
203203 if ( highlighted ) {
204204 return Color ( theme . colors . primary ) . hex ( )
205205 }
206- return Color ( theme . colors . surface ) . lighten ( 1.2 ) . hex ( )
206+ return Color ( theme . colors . surface ) . lighten ( 1.4 ) . hex ( )
207207 }
208208
209209 if ( highlighted ) {
You can’t perform that action at this time.
0 commit comments