Refactored password
parent
0462b8a678
commit
1a4c249b97
|
@ -202,6 +202,11 @@ export default {
|
|||
background: '{surface.0}',
|
||||
borderColor: '{surface.200}',
|
||||
color: '{text.color}'
|
||||
},
|
||||
popover: {
|
||||
background: '{surface.0}',
|
||||
borderColor: '{surface.200}',
|
||||
color: '{text.color}'
|
||||
}
|
||||
},
|
||||
list: {
|
||||
|
@ -302,6 +307,11 @@ export default {
|
|||
background: '{surface.900}',
|
||||
borderColor: '{surface.700}',
|
||||
color: '{text.color}'
|
||||
},
|
||||
popover: {
|
||||
background: '{surface.900}',
|
||||
borderColor: '{surface.700}',
|
||||
color: '{text.color}'
|
||||
}
|
||||
},
|
||||
list: {
|
||||
|
|
|
@ -1,39 +1,28 @@
|
|||
export default {
|
||||
meter: {
|
||||
borderColor: '{content.border.color}'
|
||||
},
|
||||
icon: {
|
||||
color: '{form.field.icon.color}'
|
||||
},
|
||||
overlay: {
|
||||
background: '{overlay.popover.background}',
|
||||
borderColor: '{overlay.popover.border.color}',
|
||||
color: '{overlay.popover.color}'
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
meter: {
|
||||
borderColor: '{surface.200}'
|
||||
},
|
||||
icon: {
|
||||
color: '{surface.500}'
|
||||
},
|
||||
strength: {
|
||||
weakBackground: '{red.500}',
|
||||
mediumBackground: '{amber.500}',
|
||||
strongBackground: '{green.500}'
|
||||
},
|
||||
overlay: {
|
||||
background: '{surface.0}',
|
||||
borderColor: '{surface.200}',
|
||||
color: '{surface.700}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
meter: {
|
||||
borderColor: '{surface.700}'
|
||||
},
|
||||
icon: {
|
||||
color: '{surface.400}'
|
||||
},
|
||||
strength: {
|
||||
weakBackground: '{red.400}',
|
||||
mediumBackground: '{amber.400}',
|
||||
strongBackground: '{green.400}'
|
||||
},
|
||||
overlay: {
|
||||
background: '{surface.900}',
|
||||
borderColor: '{surface.700}',
|
||||
color: '{surface.0}'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue