probably fix most renamed CSS variables
This commit is contained in:
@@ -61,7 +61,7 @@ const props = defineProps<{
|
||||
box-sizing: border-box;
|
||||
padding: 10px 14px;
|
||||
background: var(--MI_THEME-folderHeaderBg);
|
||||
border-radius: var(--radius-sm);
|
||||
border-radius: var(--MI-radius-sm);
|
||||
font-size: 0.9em;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user