Skip to content

Commit

Permalink
Change few color setting
Browse files Browse the repository at this point in the history
🚀 Release 1.18.98+51
  • Loading branch information
iqfareez committed Apr 13, 2021
1 parent 4505abb commit b94d6ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/views/Settings part/SettingsPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class _SettingsPageState extends State<SettingsPage> {
child: Text('Font size'),
),
subtitle: Slider(
// activeColor: Colors.teal,
activeColor: CupertinoColors.activeBlue,
// inactiveColor: Colors.teal.withAlpha(40),
label: setting.prayerFontSize.round().toString(),
min: 12.0,
Expand Down Expand Up @@ -247,6 +247,7 @@ class _SettingsPageState extends State<SettingsPage> {
Card buildShowOtherPrayerTime(SettingProvider setting) {
return Card(
child: CupertinoSwitchListTile(
activeColor: CupertinoColors.activeBlue,
title: Text('Show other prayer times'),
subtitle: Text('Imsak, Syuruk, Dhuha'),
onChanged: (bool value) {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: App waktu solat seluruh Malaysia

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.18.97+50
version: 1.18.98+51

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit b94d6ab

Please sign in to comment.