15 lines
453 B
Plaintext
15 lines
453 B
Plaintext
{
|
|
"base": {
|
|
"style": {
|
|
"backgroundColor": "var(--container-nested)",
|
|
"borderColor": "var(--neutral-20)",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "1px",
|
|
"borderTopLeftRadius": "var(--border-radius)",
|
|
"borderTopRightRadius": "var(--border-radius)",
|
|
"borderBottomLeftRadius": "var(--border-radius)",
|
|
"borderBottomRightRadius": "var(--border-radius)",
|
|
"boxShadow": "var(--box-shadow-1)"
|
|
}
|
|
}
|
|
} |