mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
theme group title fix
This commit is contained in:
parent
bde5c26b32
commit
5f074907c8
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class SystemBrightnessThemeSelectionView extends ConsumerWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
"Choose dark mode theme",
|
||||
"Choose light mode theme",
|
||||
style: STextStyles.titleBold12(context),
|
||||
),
|
||||
const SizedBox(
|
||||
|
|
Loading…
Reference in a new issue