Skip to content

Commit

Permalink
fix(ValidFieldText): fix the prefix and suffix font size #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aziz-zen-ab committed Jan 3, 2023
1 parent cc40dd9 commit cd4f20c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.14.2]
### Refactored
- resize the prefix and suffix font size in `ValidFieldText`

## [0.14.1]
### Refactored
- limit the clickable area in `StyledRadio` and `StyledRadioTabVertical` to only radio icon and label
Expand Down
2 changes: 1 addition & 1 deletion build/components/ValidatedInput/ValidFieldText.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14.1",
"version": "0.14.2",
"author": "AccelByte Inc",
"license": "AccelByte License",
"module": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ValidatedInput/ValidFieldText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
color: $color--icon;
background-color: $base-10;
border: 1px solid $base-40;
font-size: large;
font-size: inherit;
box-sizing: border-box;
z-index: 2;

Expand Down

0 comments on commit cd4f20c

Please sign in to comment.