diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-05 03:49:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-05 03:49:58 +0900 |
| commit | e9afc1d867250184e29de3428ae271b64a00a1f6 (patch) | |
| tree | ccbbd198622fada4f4499f43ad04e6d99286d6e8 /src/client/widgets | |
| parent | :art: (diff) | |
| download | sharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.tar.gz sharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.tar.bz2 sharkey-e9afc1d867250184e29de3428ae271b64a00a1f6.zip | |
refactror
Diffstat (limited to 'src/client/widgets')
| -rw-r--r-- | src/client/widgets/calendar.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/widgets/calendar.vue b/src/client/widgets/calendar.vue index 328e6bc62f..a29f73d3c6 100644 --- a/src/client/widgets/calendar.vue +++ b/src/client/widgets/calendar.vue @@ -172,7 +172,7 @@ export default define({ > .meter { width: 100%; overflow: hidden; - background: var(--aupeazdm); + background: var(--X11); border-radius: 8px; > .val { |