version 0.1.3

This commit is contained in:
ksenia312
2025-04-01 13:38:08 +02:00
parent 4a42db7e12
commit c391cc5f26
22 changed files with 68 additions and 28 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class ActionButton extends StatelessWidget {
maximumSize: const Size(150, 50),
minimumSize: const Size(70, 50),
elevation: 2,
surfaceTintColor: type.color.withOpacity(0.05),
surfaceTintColor: type.color.withValues(alpha: 0.05),
),
child: Text(
title,