aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/GlobalActions.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/GlobalActions.tsx')
-rw-r--r--apps/web/components/dashboard/GlobalActions.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/GlobalActions.tsx b/apps/web/components/dashboard/GlobalActions.tsx
index e09f92a2..9c05dddf 100644
--- a/apps/web/components/dashboard/GlobalActions.tsx
+++ b/apps/web/components/dashboard/GlobalActions.tsx
@@ -5,7 +5,7 @@ import ChangeLayout from "@/components/dashboard/ChangeLayout";
export default function GlobalActions() {
return (
- <div className="flex min-w-max flex-wrap overflow-hidden rounded-md border bg-background">
+ <div className="flex min-w-max flex-wrap overflow-hidden">
<ChangeLayout />
<BulkBookmarksAction />
</div>