remove debug print
This commit is contained in:
parent
a6563f9a7e
commit
06163f0ef8
@ -7,7 +7,6 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:material_color_utilities/material_color_utilities.dart';
|
import 'package:material_color_utilities/material_color_utilities.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
import 'package:google_fonts/google_fonts.dart';
|
import 'package:google_fonts/google_fonts.dart';
|
||||||
import 'package:refilc/ui/flutter_colorpicker/utils.dart';
|
|
||||||
|
|
||||||
class AppTheme {
|
class AppTheme {
|
||||||
// Dev note: All of these could be constant variables, but this is better for
|
// Dev note: All of these could be constant variables, but this is better for
|
||||||
@ -85,8 +84,6 @@ class AppTheme {
|
|||||||
? accent
|
? accent
|
||||||
: ColorsUtils().darken(accent, amount: 0.5);
|
: ColorsUtils().darken(accent, amount: 0.5);
|
||||||
|
|
||||||
print(textColor.toHexString());
|
|
||||||
|
|
||||||
return ThemeData(
|
return ThemeData(
|
||||||
brightness: Brightness.light,
|
brightness: Brightness.light,
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user