Skip to content

Commit 641b476

Browse files
authored
Merge pull request #727 from CyBear-Jinni/Changing_grpc
Fixed colors tab reversed
2 parents 883a30a + f4b452e commit 641b476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/presentation/molecules/devices/rgb_light_molecule.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ class _LightColorMods extends State<LightColorMods> {
295295
return Column(
296296
children: [
297297
if (colorMode == ColorMode.white)
298-
getHsvColorModeWidget()
298+
getWhiteModeWidget()
299299
else if (colorMode == ColorMode.rgb)
300-
getWhiteModeWidget(),
300+
getHsvColorModeWidget(),
301301
const SeparatorAtom(variant: SeparatorVariant.reletedElements),
302302
Row(
303303
mainAxisAlignment: MainAxisAlignment.spaceEvenly,

0 commit comments

Comments
 (0)