chore: Adjust design

This commit is contained in:
Christian Kußowski 2026-03-10 09:29:45 +01:00
commit a490a40379
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 13 additions and 7 deletions

View file

@ -91,7 +91,11 @@ class QrCodeViewer extends StatelessWidget {
margin: const EdgeInsets.all(32.0),
padding: const EdgeInsets.all(32.0),
decoration: BoxDecoration(
color: theme.colorScheme.primaryContainer,
border: Border.all(
color: theme.colorScheme.onPrimaryContainer,
width: 4,
),
color: theme.colorScheme.surfaceBright,
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
),
child: Column(