Added bottom options and reset.

This commit is contained in:
Raktbastr 2026-01-23 17:27:24 -06:00
parent 78618aed9a
commit 84aaf9c527
6 changed files with 125 additions and 10 deletions

View file

@ -117,7 +117,7 @@ final ThemeData laserTheme = ThemeData(
textButtonTheme: TextButtonThemeData(
style: TextButton.styleFrom(
foregroundColor: Colors.white,
backgroundColor: Colors.white,
backgroundColor: Color(0x00FFFFFF),
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 8),
),
),