changed color presentation
This commit is contained in:
parent
b20bcb17a4
commit
349358de6c
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue