Skip to content

Commit d268a1d

Browse files
Merge pull request #33 from cypherstack/upgrades_from_stack
Upgrades from stack
2 parents 3fc241b + 15df131 commit d268a1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/pages/settings_views/global_settings_view/support_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class AboutItem extends StatelessWidget {
190190
height: iconSize,
191191
color: Theme.of(context)
192192
.extension<StackColors>()!
193-
.bottomNavIconIcon,
193+
.topNavIconPrimary,
194194
),
195195
),
196196
const SizedBox(

lib/pages_desktop_specific/password/desktop_login_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class _DesktopLoginViewState extends ConsumerState<DesktopLoginView> {
246246
),
247247
suffixIcon: UnconstrainedBox(
248248
child: SizedBox(
249-
height: 70,
249+
height: 40,
250250
child: Row(
251251
children: [
252252
const SizedBox(

0 commit comments

Comments
 (0)