Skip to content

Commit

Permalink
fix: beige color
Browse files Browse the repository at this point in the history
  • Loading branch information
KeziahMoselle committed Dec 18, 2023
1 parent 114ef41 commit f605011
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Gauge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ export function Gauge({ cooldown_time, gauge_rise_speed }: GaugeProps) {
<span className="block ml-2">
a 5 chain is 50+50+50+25+25 (200)
</span>
<span className="block text-beige">
Companion skill fills 400 gauge points.
<span className="block">
<span className="text-beige">Companion</span> skill fills 400
gauge points.
</span>
</div>
</div>
Expand Down

0 comments on commit f605011

Please sign in to comment.