Files
Stream_PHX_A7/Gateways/FE/projects/.resources/31c914a21542fc177afe5c290486edda82dcf7817fc1f694c63866b4c737ad79

24 lines
402 B
Plaintext

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