Skip to content

Commit 6582f77

Browse files
committed
added xs small button variant
1 parent 367c110 commit 6582f77

File tree

1 file changed

+1
-0
lines changed
  • src/Exceptionless.Web/ClientApp/src/lib/features/shared/components/ui/button

1 file changed

+1
-0
lines changed

src/Exceptionless.Web/ClientApp/src/lib/features/shared/components/ui/button/button.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
size: {
2020
default: "h-9 px-4 py-2",
21+
xs: "h-6 rounded-md px-1 text-xs",
2122
sm: "h-8 rounded-md px-3 text-xs",
2223
lg: "h-10 rounded-md px-8",
2324
icon: "h-9 w-9",

0 commit comments

Comments
 (0)