Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/libs/ui/src/lib/button/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function buttonVariant(
const buttonStyles = [styles.base, variants[variant], looks[look], sizes[size], alignment[align]];
return cn(
"inline-flex items-center rounded-smaller border text-shadow-button box-border border transition-all",
"text-label-medium font-medium text-[color:--text-color] bg-[color:--background-color] bg-[image:--background-image] border-[color:--border-color] shadow-[shadow:--emboss-shadow] text-center",
"font-medium text-[color:--text-color] bg-[color:--background-color] bg-[image:--background-image] border-[color:--border-color] shadow-[shadow:--emboss-shadow] text-center",
"hover:text-[color:--text-color] hover:bg-[color:--background-color-hover] hover:border-[color:--border-color-hover]",
"active:bg-[color:--background-color-active] active:border-[color:--border-color]",
"[&_svg]:h-full [&_svg]:inline-block [&_svg]:aspect-square",
Expand Down
Loading