Skip to content

Commit

Permalink
Change constellation header colors to blue on talent tab (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
liaojh1998 authored Dec 4, 2023
1 parent 88ed6b4 commit 17e3a3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function CharacterTalentPane() {
<DropdownButton
fullWidth
title={`Constellation Lv. ${constellation}`}
color={'success'}
color="primary"
sx={{ borderRadius: 0 }}
>
{range(0, maxConstellationCount).map((i) => (
Expand Down

0 comments on commit 17e3a3d

Please sign in to comment.