Skip to content

Commit

Permalink
fix(button): set default colorscheme to brand
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Jun 6, 2023
1 parent 1832284 commit 28fcbeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- The default `colorScheme` property for `Button` has been changed from 'teal' to 'brand'.

## [0.2.0] - 2023-06-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,6 @@ export default defineStyleConfig({
variants,
sizes,
defaultProps: {
colorScheme: 'teal',
colorScheme: 'brand',
},
})

1 comment on commit 28fcbeb

@vercel
Copy link

@vercel vercel bot commented on 28fcbeb Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.