Skip to content

Commit

Permalink
Changed fontWight to "md"
Browse files Browse the repository at this point in the history
  • Loading branch information
zanivan committed Aug 10, 2023
1 parent 54fbb10 commit ab2099e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function PaletteThemeViewer() {
color="neutral"
textColor="inherit"
fontSize="sm"
fontWeight={500}
fontWeight="md"
textAlign="left"
onClick={() => copy(token)}
endDecorator={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function PaletteThemeViewer() {
color="neutral"
textColor="inherit"
fontSize="sm"
fontWeight={500}
fontWeight="md"
textAlign="left"
onClick={() => copy(token)}
endDecorator={
Expand Down

0 comments on commit ab2099e

Please sign in to comment.