Update button colors to yellow

Changed button styles to incorporate a yellow theme for better visual consistency across the application.
[skip gpt_engineer]
Этот коммит содержится в:
gpt-engineer-app[bot] 2024-12-06 00:22:15 +00:00
родитель 6831137ada
Коммит f62f91b8c3

Просмотреть файл

@ -53,4 +53,4 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
) )
Button.displayName = "Button" Button.displayName = "Button"
export { Button, buttonVariants } export { Button, buttonVariants }