Skip to content

Commit

Permalink
Merge pull request #1251 from City-of-Helsinki/HDS-2191-fix-button
Browse files Browse the repository at this point in the history
release-4.0.0 (HDS-2191) fix button styles across
  • Loading branch information
mrTuomoK authored Apr 25, 2024
2 parents bbe8cd6 + cd82519 commit 3168b8c
Show file tree
Hide file tree
Showing 247 changed files with 1,229 additions and 1,545 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-icon-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ jobs:
git config --global user.name "Github Actions"
git add .
git commit -m 'Updated icon library'
git push
git push
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lib
node_modules
.idea/
.vscode/
.editorconfig
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Component] What are the breaking changes?
- [Tag] Rewritten Tag component
- [Button] Renewed Button component with theming support
- [Accordion] Changed size prop to use AccordionSize enum (AccordionSize.Small, AccordionSize.Medium and AccordionSize.Large) or without usin Typescript ("small", "medium" and "large"). Also theming has changed variables.

#### Added

Expand All @@ -34,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Component] What are the breaking changes?
- [Tag] Rewritten Tag component
- [Button] Renewed Button component with theming support

#### Added

Expand Down Expand Up @@ -61,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Component] What has been changed
- [Tag] Document the new Tag component and it's uses
- [Button] Renewed Button component with theming support

#### Fixed

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

html {
-webkit-text-size-adjust: 100%;
}
}
Loading

0 comments on commit 3168b8c

Please sign in to comment.