feature(gui): adjusted color settings for buttons and settings screen

This commit is contained in:
Patryk Hegenberg 2024-05-27 22:25:13 +02:00
parent d9501024db
commit cd43fd6041
3 changed files with 34 additions and 7 deletions

View file

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