Fixed issue with one-time payments; Updated packages
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@tanstack/react-table": "^8.17.3",
|
||||
"@types/react": "^18.3.1",
|
||||
"@types/react": "^18.3.2",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"date-fns": "^3.6.0",
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user