From 597c44756c46e1b1fc57d8efdd44f1bf2bee6148 Mon Sep 17 00:00:00 2001
From: Agate <me@agate.blue>
Date: Tue, 1 Sep 2020 17:16:28 +0200
Subject: [PATCH] Fixed inverted button color

---
 front/src/style/components/_button.scss | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/front/src/style/components/_button.scss b/front/src/style/components/_button.scss
index 85ef35012..eae2c1ebe 100644
--- a/front/src/style/components/_button.scss
+++ b/front/src/style/components/_button.scss
@@ -90,4 +90,12 @@ button.reset {
 }
 .icon.button > i {
   margin-right: 0;
+}
+
+
+.ui.inverted.buttons .button:hover,
+.ui.inverted.button:hover,
+.ui.inverted.buttons .button:focus,
+.ui.inverted.button:focus {
+  color: white;
 }
\ No newline at end of file
-- 
GitLab