♻️ refactor: remove unused style

This commit is contained in:
Wahyu Kurniawan 2024-02-28 12:18:29 +07:00
parent d6306e1b1e
commit 39725c2be3
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -153,12 +153,4 @@
.focus-ring {
@apply focus-visible:ring-[3px] focus-visible:ring-snowball-200 focus-visible:ring-offset-1 focus-visible:ring-offset-snowball-500 focus-visible:outline-none;
}
.wave {
background-image: url('../public/wave-border.svg');
background-repeat: repeat-x;
background-position: top;
background-size: cover;
@apply w-full h-1;
}
}