Updated TextButtonTheme for dark theme
This commit is contained in:
@ -43,5 +43,11 @@ class DarkAppTheme {
|
||||
checkboxTheme: CheckboxThemeData(
|
||||
fillColor: MaterialStateProperty.resolveWith((states) => states.contains(MaterialState.selected) ? marianumRed : Colors.transparent),
|
||||
),
|
||||
textButtonTheme: TextButtonThemeData(
|
||||
style: TextButton.styleFrom(
|
||||
foregroundColor: Colors.white,
|
||||
backgroundColor: marianumRed.withOpacity(0.5),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user