summaryrefslogtreecommitdiff
path: root/packages/frontend/src/widgets
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-02-05 20:17:48 +0900
committerGitHub <noreply@github.com>2025-02-05 11:17:48 +0000
commitcfb61289a99a2f6c4e0d8214a11046a93db1180d (patch)
tree4ad31d0960e4425d1d0209fc8987b2fd1b6587b0 /packages/frontend/src/widgets
parentrefactor(frontend): verbatimModuleSyntaxを有効化 (#15323) (diff)
downloadsharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.tar.gz
sharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.tar.bz2
sharkey-cfb61289a99a2f6c4e0d8214a11046a93db1180d.zip
refactor(frontend): remove X theme properties (#15376)
* refactor(frontend): remove X theme properties * Update MkAutocomplete.vue * Update WidgetCalendar.vue
Diffstat (limited to 'packages/frontend/src/widgets')
-rw-r--r--packages/frontend/src/widgets/WidgetCalendar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/widgets/WidgetCalendar.vue b/packages/frontend/src/widgets/WidgetCalendar.vue
index 1f8d715b8e..94169d5e40 100644
--- a/packages/frontend/src/widgets/WidgetCalendar.vue
+++ b/packages/frontend/src/widgets/WidgetCalendar.vue
@@ -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;
}