mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-15 07:29:30 +00:00
something
This commit is contained in:
parent
dbf4ce1959
commit
a720c977c2
115 changed files with 8819 additions and 1 deletions
8
lib/theme/light.dart
Normal file
8
lib/theme/light.dart
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
final ThemeData lightTheme = ThemeData(
|
||||
brightness: Brightness.light,
|
||||
colorScheme: ColorScheme.light(
|
||||
background: Colors.grey[200]!,
|
||||
),
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue