Skip to content

Commit

Permalink
Add change
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 10, 2024
1 parent 6c8a2fc commit db44fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/app/ui/button/button.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface ButtonVariants extends VariantProps<typeof buttonVariants> {}
templateUrl: './button.component.html'
})
export class ButtonComponent {
class = input<ClassValue>('');
class = input<ClassValue>('bg-red-400');
variant = input<ButtonVariants['variant']>('default');
size = input<ButtonVariants['size']>('default');
disabled = input<boolean>(false);
Expand Down

0 comments on commit db44fb3

Please sign in to comment.