diff --git a/resources/js/components/FilesView/ButtonBase.vue b/resources/js/components/FilesView/ButtonBase.vue index be617701..f2189e9f 100644 --- a/resources/js/components/FilesView/ButtonBase.vue +++ b/resources/js/components/FilesView/ButtonBase.vue @@ -48,14 +48,13 @@ } &.theme-solid { - background: $theme; .content { color: white; } polyline, path { - stroke: white; + color: inherit; } } diff --git a/resources/views/vuefilemanager/others/color-template.blade.php b/resources/views/vuefilemanager/others/color-template.blade.php index e916a3db..a736c9f6 100644 --- a/resources/views/vuefilemanager/others/color-template.blade.php +++ b/resources/views/vuefilemanager/others/color-template.blade.php @@ -62,6 +62,7 @@ .input-area.is-active {border-color: #FF8200 !important} {{-- ButtonBase --}} + .button-base.theme-solid {background: #FF8200} .button-base.theme {background: #FF820010} .button-base.theme .content {color: #FF8200} .button-base.theme polyline,