Updated secondary button style

This commit is contained in:
2026-05-04 15:00:13 +02:00
parent ea5577c288
commit 5877793b99

View File

@@ -89,7 +89,7 @@ class CustomWidthButton extends StatelessWidget {
MediaQuery.sizeOf(context).width * sizeRelativeToWidth, MediaQuery.sizeOf(context).width * sizeRelativeToWidth,
60, 60,
), ),
side: BorderSide(color: borderSideColor, width: 2), side: BorderSide(color: borderSideColor, width: 3),
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: CustomTheme.standardBorderRadiusAll, borderRadius: CustomTheme.standardBorderRadiusAll,
), ),