progress on home page
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:google_fonts/google_fonts.dart';
|
||||
|
||||
class AppTheme {
|
||||
static const _primaryColor = Color(0xFFD4AF37); // Gold
|
||||
@@ -9,6 +10,7 @@ class AppTheme {
|
||||
static const _errorColor = Color(0xFFB3261E);
|
||||
|
||||
static final ThemeData lightTheme = ThemeData(
|
||||
textTheme: GoogleFonts.assistantTextTheme(),
|
||||
useMaterial3: true,
|
||||
colorScheme: ColorScheme.light(
|
||||
primary: _primaryColor,
|
||||
|
||||
Reference in New Issue
Block a user