We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 883a30a + f4b452e commit 641b476Copy full SHA for 641b476
lib/presentation/molecules/devices/rgb_light_molecule.dart
@@ -295,9 +295,9 @@ class _LightColorMods extends State<LightColorMods> {
295
return Column(
296
children: [
297
if (colorMode == ColorMode.white)
298
- getHsvColorModeWidget()
+ getWhiteModeWidget()
299
else if (colorMode == ColorMode.rgb)
300
- getWhiteModeWidget(),
+ getHsvColorModeWidget(),
301
const SeparatorAtom(variant: SeparatorVariant.reletedElements),
302
Row(
303
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
0 commit comments