Skip to content

Commit

Permalink
style: font change in hover ui
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed Feb 5, 2025
1 parent 388f9dd commit 776b585
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const HoverCategoryBubble = ({ data }) => {
wrap={true}
style={{
fontFamily: 'Raleway',
fontSize: '10px',
fontSize: '9px',
color: 'black',
}}
>
Expand All @@ -35,7 +35,7 @@ const HoverSlurMetadata = ({ slurDetails }) => {
elevation="small"
style={{
fontFamily: 'Raleway',
fontSize: '10px',
fontSize: '9px',
color: 'black',
textAlign: 'left',
lineHeight: '1.5',
Expand Down

0 comments on commit 776b585

Please sign in to comment.