Settings working on front-end and with it the notifications list

This commit is contained in:
rzuasti
2026-03-03 12:20:57 -05:00
parent 1d029c8c5f
commit dc2521da65
5 changed files with 181 additions and 24 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ final class MainApp extends StatelessWidget {
title: 'OOTT',
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(
seedColor: Colors.deepOrange,
seedColor: Color.fromARGB(255, 214, 93, 14),
brightness: Brightness.dark,
),
),