Fixed dark mode of stepper and toggle switch
parent
12299655d3
commit
145ba6f76b
|
@ -55,7 +55,13 @@ export default {
|
|||
color: '{surface.0}'
|
||||
}
|
||||
},
|
||||
dark: {}
|
||||
dark: {
|
||||
stepNumber: {
|
||||
background: '{surface.200}',
|
||||
borderColor: '{surface.200}',
|
||||
color: '{surface.900}'
|
||||
}
|
||||
}
|
||||
},
|
||||
style: ({ dt }) => `
|
||||
.p-step-header:focus-visible {
|
||||
|
|
|
@ -45,15 +45,15 @@ export default {
|
|||
dark: {
|
||||
root: {
|
||||
background: '{surface.700}',
|
||||
hoverBackground: '{surface.600}',
|
||||
hoverBackground: '{surface.700}',
|
||||
checkedBackground: '{primary.color}',
|
||||
checkedHoverBackground: '{primary.hover.color}'
|
||||
checkedHoverBackground: '{primary.color}'
|
||||
},
|
||||
handle: {
|
||||
background: '{surface.400}',
|
||||
hoverBackground: '{surface.300}',
|
||||
checkedBackground: '{surface.900}',
|
||||
checkedHoverBackground: '{surface.900}'
|
||||
checkedBackground: '{primary.200}',
|
||||
checkedHoverBackground: '{primary.200}'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue