diff --git a/lib/Components/ScannerBouton.dart b/lib/Components/ScannerBouton.dart index bfcb129..f58c1ca 100644 --- a/lib/Components/ScannerBouton.dart +++ b/lib/Components/ScannerBouton.dart @@ -26,10 +26,10 @@ class _ScannerBoutonState extends State { return InkWell( onTap: _onItemTapped, child: Container( - decoration: const BoxDecoration( + decoration: BoxDecoration( shape: BoxShape.circle, - color: kMainColor1, - boxShadow: [ + color: kMainColor1.withValues(alpha: 0.7), + boxShadow: const [ BoxShadow( offset: Offset(0, 1.5), blurRadius: 3.5,