changed color presentation

This commit is contained in:
Patrick Alvin Alcala 2025-05-22 10:24:49 +08:00
parent b20bcb17a4
commit 349358de6c

View file

@ -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),