summaryrefslogtreecommitdiff
path: root/packages/frontend/src/widgets/WidgetCalendar.vue
diff options
context:
space:
mode:
authorShittyKopper <shittykopper@w.on-t.work>2023-10-31 21:26:03 +0300
committerShittyKopper <shittykopper@w.on-t.work>2023-11-01 21:43:26 +0300
commit72204d929415d5502791f50024b81de82f4b230d (patch)
treef6ec2996a6c285283c7337380486041b84a5f5de /packages/frontend/src/widgets/WidgetCalendar.vue
parentupd: add corner roundness setting (diff)
downloadsharkey-72204d929415d5502791f50024b81de82f4b230d.tar.gz
sharkey-72204d929415d5502791f50024b81de82f4b230d.tar.bz2
sharkey-72204d929415d5502791f50024b81de82f4b230d.zip
Revert "prototype: decreased rounding"
This reverts commit 7a51e2d404d82a8fa491ad08bc88112a7173dff7.
Diffstat (limited to 'packages/frontend/src/widgets/WidgetCalendar.vue')
-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 ea2c54af6f..7fabd09a24 100644
--- a/packages/frontend/src/widgets/WidgetCalendar.vue
+++ b/packages/frontend/src/widgets/WidgetCalendar.vue
@@ -208,7 +208,7 @@ defineExpose<WidgetComponentExpose>({
width: 100%;
overflow: hidden;
background: var(--X11);
- border-radius: 5px;
+ border-radius: 8px;
}
.meterVal {