Fixed issue with one-time payments; Updated packages

This commit is contained in:
giancarlo
2024-05-18 22:56:57 +07:00
parent 5c1e1d5cd0
commit 3cf3c263bc
25 changed files with 541 additions and 604 deletions

View File

@@ -193,9 +193,7 @@ export function SidebarItem({
function getClassNameBuilder() {
return cva(
[
'flex box-content h-screen flex-col relative bg-muted/20 shadow-sm dark:shadow-primary/20',
],
['flex box-content h-screen flex-col relative shadow-sm border-r'],
{
variants: {
collapsed: {