Skip to content

Commit

Permalink
style(DynamicTable): Fix font size in .action-wrap #patch
Browse files Browse the repository at this point in the history
Co-authored-by: yanuar <[email protected]>
  • Loading branch information
yanuaracb and yanuar authored Jun 20, 2022
1 parent 8628a15 commit 70434cb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.4.12]
### Fixed
- `DynamicTable` fix font-size in .action-wrap

## [0.4.11]
### Refactored
- Change `image` type for `ErrorWrapper` to `ReactNode`
Expand Down
2 changes: 1 addition & 1 deletion build/index.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justice-ui-library",
"version": "0.4.11",
"version": "0.4.12",
"author": "AccelByte Inc",
"license": "AccelByte License",
"main": "./build/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
}

.action-wrap {
font-size: $font-size-h5;
font-size: $font-size-h6;
font-weight: 400;

button {
Expand Down

0 comments on commit 70434cb

Please sign in to comment.