mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
Merge pull request #478 from cypherstack/ui-fixes
UI fixes + libmonero update
This commit is contained in:
commit
f5d761965c
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit d91086cced36ac9c0497d2959eb92b4be9aaec47
|
||||
Subproject commit 81659ce57952c5ab54ffe6bacfbf43da159fff3e
|
|
@ -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