Fix linting issue

This commit is contained in:
Ramon Wenger 2024-07-11 09:52:06 +02:00 committed by Christian Cueni
parent 3258aaa5d3
commit e8cf40cafc
1 changed files with 3 additions and 2 deletions

View File

@ -117,7 +117,8 @@ textarea {
}
.filter-blue-900 {
filter: invert(9%) sepia(38%) saturate(5684%) hue-rotate(200deg) brightness(95%) contrast(105%);
filter: invert(9%) sepia(38%) saturate(5684%) hue-rotate(200deg) brightness(95%)
contrast(105%);
}
}
@ -168,7 +169,7 @@ textarea {
}
.tag-inactive {
@apply rounded-full border-2 border-blue-900 px-4 py-2 text-blue-900 font-semibold;
@apply rounded-full border-2 border-blue-900 px-4 py-2 font-semibold text-blue-900;
}
.tag-active {