Skip to content

Commit

Permalink
Merge pull request #727 from CyBear-Jinni/Changing_grpc
Browse files Browse the repository at this point in the history
Fixed colors tab reversed
  • Loading branch information
guyluz11 authored Feb 5, 2024
2 parents 883a30a + f4b452e commit 641b476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/presentation/molecules/devices/rgb_light_molecule.dart
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ class _LightColorMods extends State<LightColorMods> {
return Column(
children: [
if (colorMode == ColorMode.white)
getHsvColorModeWidget()
getWhiteModeWidget()
else if (colorMode == ColorMode.rgb)
getWhiteModeWidget(),
getHsvColorModeWidget(),
const SeparatorAtom(variant: SeparatorVariant.reletedElements),
Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
Expand Down

0 comments on commit 641b476

Please sign in to comment.