Skip to content

Commit 1002839

Browse files
chor(theme_setting): Added variables labelColor, activeThumbColor, inactiveThumbColor, in the ThemeSwitchToggleButton.
1 parent 1948188 commit 1002839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/views/widgets/theme_switch_toggle_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ThemeSwitchToggleButton extends StatelessWidget {
4949
),
5050
trailing: Switch(
5151
activeThumbColor: activeThumbColor,
52-
inactiveThumbColor: inactiveThumbColor ,
52+
inactiveThumbColor: inactiveThumbColor,
5353
value: darkModeState,
5454
onChanged: (bool isDark) {
5555
context.read<DarkModeHydratedCubit>().toggleDarkMode(

0 commit comments

Comments
 (0)