Skip to content

Commit

Permalink
fix: forest skin poll
Browse files Browse the repository at this point in the history
  • Loading branch information
lucien144 committed Aug 31, 2022
1 parent 50abb09 commit 71d208e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/theme/skin/skins/ForestSkin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class ForestSkin extends SkinData {
dark: const Color(0xFF282828),
grey: Color(0xFF3B4F41).withOpacity(.7),
disabled: Colors.black26,
pollBackground: const Color(0xffcde5e9),
pollAnswer: const Color(0xffa9ccd3),
pollAnswerSelected: const Color(0xff76b9b9),
pollBackground: const Color(0xffcccdb1),
pollAnswer: const Color(0xffb8b992),
pollAnswerSelected: const Color(0xffDBD68B),
gradient: const LinearGradient(begin: Alignment.topLeft, end: Alignment.bottomRight, colors: [Color(0xff1AD592), Color(0xFF196378)]),
);
final darkColors = lightColors;
Expand Down

0 comments on commit 71d208e

Please sign in to comment.