mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
feat: "New dashboard UI". (#3)
* feat: "New dashboard UI". * fix: some improvenents * fix: fix inconsistencies and light theme. * fix: save patched and installed apps on prefs, improve installer log, improve dashboard with real data (wip) Co-authored-by: Aunali321 <aunvakil.aa@gmail.com> * feat: move chips to a separate widget. Co-authored-by: Alberto Ponces <ponces26@gmail.com>
This commit is contained in:
@ -24,7 +24,7 @@ var lightTheme = ThemeData.light().copyWith(
|
||||
padding: MaterialStateProperty.all<EdgeInsetsGeometry>(
|
||||
const EdgeInsets.symmetric(
|
||||
vertical: 8,
|
||||
horizontal: 12,
|
||||
horizontal: 14,
|
||||
),
|
||||
),
|
||||
backgroundColor: MaterialStateProperty.all<Color>(
|
||||
@ -70,7 +70,7 @@ var darkTheme = ThemeData.dark().copyWith(
|
||||
),
|
||||
),
|
||||
colorScheme: const ColorScheme.dark(
|
||||
primary: Color(0x1B222B6B),
|
||||
primary: Color(0xff11161C),
|
||||
secondary: Color(0xff7792BA),
|
||||
tertiary: Color(0xff8691A0),
|
||||
background: Color(0xff0A0D11),
|
||||
|
Reference in New Issue
Block a user