Skip to content

Commit

Permalink
feat: add warrior fit hiit
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckUVeryX committed Dec 6, 2023
1 parent 75fe5bd commit ad11dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/modules/schedule/models/levels.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ enum Level {
warriorFit,
@JsonValue('WARRIOR_FIT_2')
warriorFit2,
warriorFitHiit,
mma,
wrestling;
}
Expand Down Expand Up @@ -70,7 +71,7 @@ extension LevelX on Level {
Level.boxing2Sparring =>
Colors.brown,
Level.warriorFit => Colors.yellow,
Level.warriorFit2 => Colors.orange,
Level.warriorFit2 || Level.warriorFitHiit => Colors.orange,
Level.bjjBlue || Level.bjjBlueNogi => Colors.blue,
Level.bjjPurple || Level.bjjNogi || Level.bjjRandori => Colors.purple,
Level.bjjBlack => Colors.grey.shade700,
Expand Down

0 comments on commit ad11dc0

Please sign in to comment.