Fix linting issue
This commit is contained in:
parent
3258aaa5d3
commit
e8cf40cafc
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue