1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 22:32:21 +04:00

colors unify

This commit is contained in:
codecalm
2021-10-27 21:33:31 +02:00
parent 492649e5db
commit 6e5c4021c6
6 changed files with 61 additions and 37 deletions
+1 -1
View File
@@ -184,7 +184,7 @@
$btn-colors: $theme-colors;
@if $enable-extra-colors {
$btn-colors: map-merge($btn-colors, $colors);
$btn-colors: map-merge($btn-colors, $extra-colors);
}
@if $enable-social-colors {