Skip to content

Commit

Permalink
add tiny as part of size prop
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpc94 committed Nov 8, 2023
1 parent acbb133 commit 20d8004
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* `title` and `subTitle` optional props to Lightbox component - [#635](https://github.com/ripe-tech/ripe-components-vue/issues/635)
* `backgroundColor` optional prop to Input component - [#638](https://github.com/ripe-tech/ripe-components-vue/issues/638)
* `tiny` as an option to the size prop - [#641](https://github.com/ripe-tech/ripe-components-vue/issues/641)

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ storiesOf("Components/Molecules/Section Expandable", module)
default: select(
"Size",
{
Tiny: "tiny",
Small: "small",
Medium: "medium",
Large: "large"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
letter-spacing: 0.35px;
}
.section-expandable > .header > .title.title-tiny {
font-size: 12px;
}
.section-expandable > .header > .title.title-small {
font-size: 14px;
}
Expand Down

0 comments on commit 20d8004

Please sign in to comment.