Updated dark mode for badge in aura
parent
c078a56d6d
commit
e8a1624292
|
@ -53,28 +53,28 @@ export default {
|
||||||
},
|
},
|
||||||
dark: {
|
dark: {
|
||||||
primary: {
|
primary: {
|
||||||
background: '{primary.color}',
|
background: 'color-mix(in srgb, {primary.500}, transparent 84%)',
|
||||||
color: '{primary.inverse.color}'
|
color: '{primary.300}'
|
||||||
},
|
},
|
||||||
secondary: {
|
secondary: {
|
||||||
background: '{surface.800}',
|
background: '{surface.800}',
|
||||||
color: '{surface.300}'
|
color: '{surface.300}'
|
||||||
},
|
},
|
||||||
success: {
|
success: {
|
||||||
background: '{green.400}',
|
background: 'color-mix(in srgb, {green.500}, transparent 84%)',
|
||||||
color: '{green.950}'
|
color: '{green.300}'
|
||||||
},
|
},
|
||||||
info: {
|
info: {
|
||||||
background: '{sky.400}',
|
background: 'color-mix(in srgb, {sky.500}, transparent 84%)',
|
||||||
color: '{sky.950}'
|
color: '{sky.300}'
|
||||||
},
|
},
|
||||||
warn: {
|
warn: {
|
||||||
background: '{orange.400}',
|
background: 'color-mix(in srgb, {orange.500}, transparent 84%)',
|
||||||
color: '{orange.950}'
|
color: '{orange.300}'
|
||||||
},
|
},
|
||||||
danger: {
|
danger: {
|
||||||
background: '{red.400}',
|
background: 'color-mix(in srgb, {red.500}, transparent 84%)',
|
||||||
color: '{red.950}'
|
color: '{red.300}'
|
||||||
},
|
},
|
||||||
contrast: {
|
contrast: {
|
||||||
background: '{surface.0}',
|
background: '{surface.0}',
|
||||||
|
|
Loading…
Reference in New Issue