SAT9/.resources/fa85f2473dd3558db1ce7dda8d8d6a0f7c369dd69992dee6d79b0327e5afe2a0

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)"
}
}
]
}