fix(app): copy buttons smaller and out of the way

This commit is contained in:
Adam 2026-02-05 07:02:31 -06:00
commit 05529f66d7
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
7 changed files with 33 additions and 17 deletions

View file

@ -4,7 +4,7 @@ import { Icon, IconProps } from "./icon"
export interface IconButtonProps extends ComponentProps<typeof Kobalte> {
icon: IconProps["name"]
size?: "normal" | "large"
size?: "small" | "normal" | "large"
iconSize?: IconProps["size"]
variant?: "primary" | "secondary" | "ghost"
}