SAT9/.resources/bca7c79778be28af9aeb90b4434b4fd5c9636c8d8f09c733f9185f671e5b55b6
2025-04-18 19:44:27 +04:00

25 lines
421 B
Plaintext

{
"base": {
"style": {
"backgroundColor": "var(--error)",
"borderStyle": "none",
"boxShadow": "none",
"margin": "5px",
"textTransform": "uppercase"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--error)"
}
},
{
"pseudo": "active",
"style": {
"color": "var(--neutral-30)"
}
}
]
}