mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 16:45:54 +02:00
refactor(frontend): remove X theme properties (#15376)
* refactor(frontend): remove X theme properties * Update MkAutocomplete.vue * Update WidgetCalendar.vue
This commit is contained in:
@@ -208,7 +208,7 @@ defineExpose<WidgetComponentExpose>({
|
||||
.meter {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
background: var(--MI_THEME-X11);
|
||||
background: light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user