diff --git a/lib/widgets/warning_widget.dart b/lib/widgets/warning_widget.dart index 95f838b..77b4348 100644 --- a/lib/widgets/warning_widget.dart +++ b/lib/widgets/warning_widget.dart @@ -13,9 +13,9 @@ class WarningWidget extends StatelessWidget { children: [ Container( decoration: BoxDecoration( - color: const Color.fromARGB(102, 121, 15, 5), + color: const Color.fromRGBO(121, 15, 5, 0.4), borderRadius: BorderRadius.circular(12), - border: Border.all(width: 2, color: const Color.fromARGB(255, 42, 2, 2))), + border: Border.all(width: 2, color: const Color.fromRGBO(42, 2, 2, 1))), // width: 200, // height: 100, padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 16),