aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/src/ui/button.css.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/memory-graph/src/ui/button.css.ts')
-rw-r--r--packages/memory-graph/src/ui/button.css.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/memory-graph/src/ui/button.css.ts b/packages/memory-graph/src/ui/button.css.ts
index ad9cce8c..375d567b 100644
--- a/packages/memory-graph/src/ui/button.css.ts
+++ b/packages/memory-graph/src/ui/button.css.ts
@@ -1,6 +1,6 @@
-import { recipe, type RecipeVariants } from "@vanilla-extract/recipes";
-import { style } from "@vanilla-extract/css";
-import { themeContract } from "../styles/theme.css";
+import { recipe, type RecipeVariants } from "@vanilla-extract/recipes"
+import { style } from "@vanilla-extract/css"
+import { themeContract } from "../styles/theme.css"
/**
* Base styles for SVG icons inside buttons
@@ -14,7 +14,7 @@ export const buttonIcon = style({
height: "1rem",
},
},
-});
+})
/**
* Button recipe with variants
@@ -205,6 +205,6 @@ export const button = recipe({
variant: "default",
size: "default",
},
-});
+})
-export type ButtonVariants = RecipeVariants<typeof button>;
+export type ButtonVariants = RecipeVariants<typeof button>