first app icon and theme update

This commit is contained in:
2026-01-18 22:53:54 +01:00
parent 45b11359b3
commit e1dd40a1c3
37 changed files with 13 additions and 32 deletions

View File

@@ -35,7 +35,11 @@ class _QuickCreateButtonState extends State<QuickCreateButton> {
),
child: Text(
widget.text,
style: const TextStyle(fontWeight: FontWeight.bold, fontSize: 16),
style: const TextStyle(
color: CustomTheme.textColor,
fontWeight: FontWeight.bold,
fontSize: 16,
),
),
);
}

View File

@@ -48,7 +48,7 @@ class ColoredIconContainer extends StatelessWidget {
child: Icon(
icon,
size: iconSize,
color: CustomTheme.primaryColor.withGreen(40),
color: CustomTheme.primaryColor.withBlue(40),
),
),
],