Skip to content

Commit

Permalink
reduce izly indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
hatch01 committed Feb 15, 2024
1 parent 7fa56af commit 75f9a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/onyx/lib/screens/izly/pages/izly_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ class IzlyPage extends StatelessWidget {
Text(
"${AppLocalizations.of(context).available(state.qrCodeAvailables)} ${AppLocalizations.of(context).offline}"),
Container(
height: 62.w,
width: 62.w,
height: 60.5.w, // 60 + the padding 6 lines below
width: 60.5.w, // 60 + the padding 5 lines below
decoration: BoxDecoration(
color: calculateWarningColor(context),
borderRadius: BorderRadius.circular(15 + 2.w),
),
padding: EdgeInsets.all(2.w),
padding: EdgeInsets.all(0.5.w),
child: Card(
color: Colors.white,
elevation: 10,
Expand Down

0 comments on commit 75f9a3c

Please sign in to comment.