This commit is contained in:
2025-02-22 09:52:00 -03:00
parent 7b51166db8
commit bc77e892a5
11 changed files with 375 additions and 32 deletions

View File

@@ -84,5 +84,5 @@ export function MenuItems({ children, className, ...props }) {
}
export function MenuSeparator() {
return <hr className="my-2 dark:border-t-slate-600" />
return <hr className="my-2 border-gray-200 dark:border-t-slate-600" />
}