Skip to content

Commit

Permalink
Merge pull request #859 from NordicSemiconductor/fix/error_details
Browse files Browse the repository at this point in the history
Fix: Font size of error details
  • Loading branch information
datenreisender authored Jan 9, 2024
2 parents 6595f3e + f0d4816 commit 668b1d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ This project does _not_ adhere to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
every new version is a new major version.

## 147.0.0 - 2024-01-09

### Fixed

- Error details had a larger font size (16px) than the rest of the body of an
error dialog (14px).

## 146.0.0 - 2024-01-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nordicsemiconductor/pc-nrfconnect-shared",
"version": "146.0.0",
"version": "147.0.0",
"description": "Shared commodities for developing pc-nrfconnect-* packages",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions src/Dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
padding: 32px 16px 16px 16px;
margin: 0;
p,
details,
li {
font-size: 14px;
}
Expand Down

0 comments on commit 668b1d5

Please sign in to comment.