fix proper gray color

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

View File

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