Skip to content

Commit

Permalink
refactor: font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Dec 15, 2023
1 parent 45c9238 commit 41e9280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function EpisodeAISummaryGenerator({
<PiRobotBold />
</Text>

<Text style={{ textTransform: 'uppercase' }} weight="bold">
<Text style={{ textTransform: 'uppercase' }} weight="medium">
Do the AI thingy!
</Text>
</Flex>
Expand Down

0 comments on commit 41e9280

Please sign in to comment.