fix: Darktheme contrast fixes with primary color
This commit is contained in:
parent
a5a1c9b580
commit
89540ec7ef
9 changed files with 16 additions and 13 deletions
|
|
@ -45,7 +45,7 @@ class QrScannerModalState extends State<QrScannerModal> {
|
|||
key: qrKey,
|
||||
onQRViewCreated: _onQRViewCreated,
|
||||
overlay: QrScannerOverlayShape(
|
||||
borderColor: Theme.of(context).primaryColor,
|
||||
borderColor: Theme.of(context).colorScheme.primary,
|
||||
borderRadius: 10,
|
||||
borderLength: 30,
|
||||
borderWidth: 8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue