Skip to content

Commit

Permalink
Merge pull request #33 from cypherstack/upgrades_from_stack
Browse files Browse the repository at this point in the history
Upgrades from stack
  • Loading branch information
julian-CStack authored May 16, 2023
2 parents 3fc241b + 15df131 commit d268a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class AboutItem extends StatelessWidget {
height: iconSize,
color: Theme.of(context)
.extension<StackColors>()!
.bottomNavIconIcon,
.topNavIconPrimary,
),
),
const SizedBox(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class _DesktopLoginViewState extends ConsumerState<DesktopLoginView> {
),
suffixIcon: UnconstrainedBox(
child: SizedBox(
height: 70,
height: 40,
child: Row(
children: [
const SizedBox(
Expand Down

0 comments on commit d268a1d

Please sign in to comment.