5 lines
93 B
CSS
5 lines
93 B
CSS
|
:root:root {
|
||
|
--van-primary-color: var(--c-primary);
|
||
|
--van-cell-group-inset-padding: 0;
|
||
|
}
|