Better a11y colors
parent
aa4b10bd4c
commit
a6a2dc3e71
|
@ -42,19 +42,19 @@ export default {
|
||||||
},
|
},
|
||||||
success: {
|
success: {
|
||||||
background: 'color-mix(in srgb, var(--p-green-500), transparent 84%)',
|
background: 'color-mix(in srgb, var(--p-green-500), transparent 84%)',
|
||||||
textColor: '{green.500}'
|
textColor: '{green.300}'
|
||||||
},
|
},
|
||||||
info: {
|
info: {
|
||||||
background: 'color-mix(in srgb, var(--p-blue-500), transparent 84%)',
|
background: 'color-mix(in srgb, var(--p-sky-500), transparent 84%)',
|
||||||
textColor: '{blue.500}'
|
textColor: '{sky.300}'
|
||||||
},
|
},
|
||||||
warn: {
|
warn: {
|
||||||
background: 'color-mix(in srgb, var(--p-yellow-500), transparent 84%)',
|
background: 'color-mix(in srgb, var(--p-orange-500), transparent 84%)',
|
||||||
textColor: '{yellow.500}'
|
textColor: '{orange.300}'
|
||||||
},
|
},
|
||||||
danger: {
|
danger: {
|
||||||
background: 'color-mix(in srgb, var(--p-red-500), transparent 84%)',
|
background: 'color-mix(in srgb, var(--p-red-500), transparent 84%)',
|
||||||
textColor: '{red.500}'
|
textColor: '{red.300}'
|
||||||
},
|
},
|
||||||
contrast: {
|
contrast: {
|
||||||
background: '{surface.0}',
|
background: '{surface.0}',
|
||||||
|
|
Loading…
Reference in New Issue