Skip to content

Commit

Permalink
Refactor(web-main): change color of question tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
emielvanseveren committed Jan 4, 2025
1 parent 24cff64 commit b6df9c8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ function Component() {

<Card variant="outline">
<Card.Title label="Players online">
<IconTooltip icon={<QuestionIcon />}>Number of players online on the server</IconTooltip>
<IconTooltip color="background" icon={<QuestionIcon />}>
Number of players online on the server
</IconTooltip>
</Card.Title>
<div style={{ position: 'relative', height: '425px' }}>
<LineChart
Expand Down

0 comments on commit b6df9c8

Please sign in to comment.