Skip to content

Commit

Permalink
chore(react): fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Oct 12, 2023
1 parent af0337e commit be33d05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.oxygen-autocomplete {
padding-top: 14px !important;
padding-bottom: 14px !important;

.MuiButtonBase-root {
height: 32px !important;
}
Expand Down
3 changes: 2 additions & 1 deletion packages/react/src/components/Chip/chip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
*/

.oxygen-chip {
font-size: 0.85714286rem !important;
font-size: 0.8571rem !important;
padding: 7px 3px !important;

&-premium {
background: var(--oxygen-customComponents-Chip-properties-premium-background);
color: var(--oxygen-customComponents-Chip-properties-premium-text-color);
Expand Down

0 comments on commit be33d05

Please sign in to comment.