add contact button color changed

This commit is contained in:
2022-03-09 13:35:55 +01:00
parent b02739cc3c
commit d6933fce35
3 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ $chill-theme-buttons: (
"notify": $chill-blue,
"search": $gray-300,
"unlink": $chill-red,
"tpchild": $chill-pink,
"tpchild": $chill-green,
);
@each $button, $color in $chill-theme-buttons {