sorted class name with headwind extension

This commit is contained in:
2024-10-05 00:07:06 +05:30
parent 267d463843
commit 9364a365ec
12 changed files with 81 additions and 81 deletions

View File

@@ -1,7 +1,7 @@
function Separator() {
return (
<div className="h-[2px]">
<div className="h-full w-full bg-white dark:bg-primary-dark rounded-md"></div>
<div className="w-full h-full bg-white rounded-md dark:bg-primary-dark"></div>
</div>
)
}