aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/src/AdminTheming.vue
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-02-06 10:19:56 +0100
committerGitHub <noreply@github.com>2024-02-06 10:19:56 +0100
commitde19878cdf8976e783cdb8d0cb593c437ac4b404 (patch)
tree9097fa1c19bbb3c395fd4a4ea1e78777b695c9e1 /apps/theming/src/AdminTheming.vue
parent341375b75009abf4b95a59365e7e9b3f0ea9ae90 (diff)
parentbccad8350c8e92b021e87dcb69b87880ad09ce5f (diff)
downloadnextcloud-server-de19878cdf8976e783cdb8d0cb593c437ac4b404.tar.gz
nextcloud-server-de19878cdf8976e783cdb8d0cb593c437ac4b404.zip
Merge pull request #43347 from nextcloud/backport/42552/stable28
[stable28] fix(theming): change color button contrast
Diffstat (limited to 'apps/theming/src/AdminTheming.vue')
-rw-r--r--apps/theming/src/AdminTheming.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/src/AdminTheming.vue b/apps/theming/src/AdminTheming.vue
index daef18ebdce..2face1629ef 100644
--- a/apps/theming/src/AdminTheming.vue
+++ b/apps/theming/src/AdminTheming.vue
@@ -51,7 +51,6 @@
:default-value="colorPickerField.defaultValue"
:display-name="colorPickerField.displayName"
:value.sync="colorPickerField.value"
- data-admin-theming-setting-primary-color
@update:theming="$emit('update:theming')" />
<!-- Default background picker -->