feature(gui): adjusted color settings for buttons and settings screen
This commit is contained in:
parent
d9501024db
commit
cd43fd6041
3 changed files with 34 additions and 7 deletions
|
|
@ -106,7 +106,7 @@ class SendScreenState extends State<SendScreen> {
|
|||
ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor: Constants.textColor,
|
||||
foregroundColor: Constants.highlightColor,
|
||||
foregroundColor: Constants.backColor,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(20),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue