probably fix most renamed CSS variables

This commit is contained in:
dakkar 2024-11-08 17:18:29 +00:00
parent 544fc3239f
commit a930fd9758
147 changed files with 399 additions and 400 deletions

View file

@ -94,7 +94,7 @@ onBeforeUnmount(() => {
min-width: 320px;
max-width: 480px;
box-sizing: border-box;
background: var(--panel);
background: var(--MI_THEME-panel);
border-radius: 16px;
}
@ -106,7 +106,7 @@ onBeforeUnmount(() => {
.icon {
font-size: 18px;
color: var(--warn);
color: var(--MI_THEME-warn);
}
.title {
@ -117,7 +117,7 @@ onBeforeUnmount(() => {
.urlAddress {
padding: 10px 14px;
border-radius: 8px;
border: 1px solid var(--divider);
border: 1px solid var(--MI_THEME-divider);
overflow-x: auto;
white-space: nowrap;
}