feat: menu item classes

This commit is contained in:
2025-04-02 16:54:45 +03:00
parent 0843e4b20d
commit cd618e4d1d
2 changed files with 15 additions and 3 deletions

View File

@@ -5,5 +5,5 @@
}
.menu_item {
@apply w-full cursor-pointer rounded-md bg-gray-100 px-6 py-2 text-center hover:bg-gray-200;
@apply w-full cursor-pointer rounded-md px-6 py-2 text-center hover:bg-gray-200;
}