Make better theme
This commit is contained in:
@@ -12,7 +12,8 @@ class PlayerUIAppBar {
|
||||
static AppBar appbar(BuildContext context) {
|
||||
return AppBar(
|
||||
title: const Text('Gergle'),
|
||||
backgroundColor: Theme.of(context).primaryColor,
|
||||
backgroundColor: Theme.of(context).colorScheme.surfaceBright,
|
||||
surfaceTintColor: Colors.transparent,
|
||||
actions: [
|
||||
IconButton(
|
||||
icon: const Icon(Icons.copy_all),
|
||||
|
||||
@@ -26,6 +26,7 @@ class PlayerUIBottomBar extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return BottomAppBar(
|
||||
color: Theme.of(context).colorScheme.surfaceBright,
|
||||
child: Row(
|
||||
children: [
|
||||
IconButton(
|
||||
|
||||
Reference in New Issue
Block a user