Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 8d23aec

Browse files
committed
Update variant of WaehrungBadge button
1 parent ce385a6 commit 8d23aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/standard/waehrungBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function WaehrungBadge({ value }: { value: number }) {
1010
}
1111

1212
return (
13-
<Button size="sm" onClick={handleClick}>
13+
<Button variant="secondary" size="sm" onClick={handleClick}>
1414
{euro}
1515
</Button>
1616
);

0 commit comments

Comments
 (0)