Implemented QuickInfoTile

This commit is contained in:
2025-11-09 19:10:11 +01:00
parent 5b75a325ea
commit 3916cca2ca
7 changed files with 196 additions and 8 deletions

View File

@@ -3,7 +3,9 @@ import 'package:flutter/material.dart';
class CustomTheme {
static Color primaryColor = const Color(0xFF7505E4);
static Color secondaryColor = const Color(0xFFAFA2FF);
static Color backgroundColor = const Color(0xFF1A1A1A);
static Color backgroundColor = const Color(0xFF0B0B0B);
static Color boxColor = const Color(0xFF101010);
static Color boxBorder = const Color(0xFF272727);
static AppBarTheme appBarTheme = AppBarTheme(
backgroundColor: backgroundColor,