adjusting sidebar btn flex directions

This commit is contained in:
2025-07-16 13:31:05 -07:00
parent 56b2644fe5
commit dc1aa0aa39
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const sidebarRecipe = defineSlotRecipe({
fontSize: "xl",
color: {base: "#19332D", _dark: "#CBCBCB"},
variant: "ghost",
width: "100%"
width: "100%",
},
}
});