Skip to content

Commit

Permalink
Reduced EuiToast title to “xs” title size (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Apr 25, 2018
1 parent 647f24f commit 2eb26b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Reduced `EuiToast` title size ([#703](https://github.com/elastic/eui/pull/703))

**Bug fixes**

- Fixed inherited `line-height` of inputs and buttons ([#702](https://github.com/elastic/eui/pull/702))
Expand Down
2 changes: 1 addition & 1 deletion src/components/toast/_toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $toastTypes: (
}

.euiToastHeader__title {
@include euiTitle("s");
@include euiTitle("xs");
font-weight: $euiFontWeightLight;
}

Expand Down

0 comments on commit 2eb26b6

Please sign in to comment.