fix proper gray color

This commit is contained in:
philipp 2023-04-17 19:56:44 +02:00
parent 30c7637693
commit 5b8cb67d2c
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
- [] delete flag user administration - [] delete flag user administration
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde? - [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
- [] my trips for cox - [] my trips for cox
- [ ] ~/frontend/scss/components/_btns.scss -> line 13 -> use proper scss variables
# Nice to have # Nice to have
- [] automatically add regular planned trip - [] automatically add regular planned trip

View File

@ -10,7 +10,7 @@
} }
&-gray { &-gray {
background-color: gray; @apply bg-gray-700 hover:bg-gray-800 focus-visible:outline-primary-800;
} }
&-attention { &-attention {