Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-10-20 22:38:00 +0300
committerdartcafe <github@dartcafe.de>2022-10-20 22:38:00 +0300
commit327f08c0b0ebb00d90adfdb272cec210ae7f6ebd (patch)
tree7bd7c6a1ebda2052ed92947b934e01493d827dbc /src/js/components/Options
parent4c248cdcea6dfe089ec2580d8391512c0e92dcd1 (diff)
replace deprecated css variables
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/components/Options')
-rw-r--r--src/js/components/Options/OptionItem.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/components/Options/OptionItem.vue b/src/js/components/Options/OptionItem.vue
index 27bffef8..27377029 100644
--- a/src/js/components/Options/OptionItem.vue
+++ b/src/js/components/Options/OptionItem.vue
@@ -243,7 +243,7 @@ export default {
.devider {
align-self: center;
- color: var(--color-text-lighter);
+ color: var(--color-text-maxcontrast);
}
.option-item__option--datebox {
@@ -271,7 +271,7 @@ export default {
white-space: pre;
font-size: 1.1em;
padding: 0 4px;
- color: var(--color-text-lighter);
+ color: var(--color-text-maxcontrast);
}
.day {
font-size: 1.2em;