From 5b8cb67d2cee9b0520290122e47394a17cf61367 Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 17 Apr 2023 19:56:44 +0200 Subject: [PATCH] fix proper gray color --- README.md | 1 - frontend/scss/components/_btns.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4514caa..393b0d1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ - [] delete flag user administration - [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde? - [] my trips for cox -- [ ] ~/frontend/scss/components/_btns.scss -> line 13 -> use proper scss variables # Nice to have - [] automatically add regular planned trip diff --git a/frontend/scss/components/_btns.scss b/frontend/scss/components/_btns.scss index 0fd7705..d061553 100644 --- a/frontend/scss/components/_btns.scss +++ b/frontend/scss/components/_btns.scss @@ -10,7 +10,7 @@ } &-gray { - background-color: gray; + @apply bg-gray-700 hover:bg-gray-800 focus-visible:outline-primary-800; } &-attention {