mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 19:59:29 +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,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"Choose dark mode theme",
|
"Choose light mode theme",
|
||||||
style: STextStyles.titleBold12(context),
|
style: STextStyles.titleBold12(context),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
|
|
Loading…
Reference in a new issue