Skip to content

Commit

Permalink
Change label color
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Oct 28, 2024
1 parent 1010f0a commit 9c76c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/modes/utilities/dance/dance.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void danceEnterMode(void)
};
led_t offLed = {0};
recolorMenuManiaRenderer(danceState->menuRenderer, // Pango palette!
c430, c542, c111, // titleBgColor, titleTextColor, textOutlineColor
c320, c542, c111, // titleBgColor, titleTextColor, textOutlineColor
c045, // bgColor
c542, c541, // outerRingColor, innerRingColor
c111, c455, // rowColor, rowTextColor
Expand Down

0 comments on commit 9c76c37

Please sign in to comment.