from apple debug

This commit is contained in:
2026-01-15 09:20:12 +01:00
parent 21fe41583d
commit bbd6d7c49c
10 changed files with 228 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ Widget buildSecondaryButton({
padding: EdgeInsets.symmetric(vertical: 16),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(12),
side: BorderSide(color: color.withOpacity(0.3)),
side: BorderSide(color: color.withAlpha(30)),
),
elevation: 2,
),