chore: fix reset point

This commit is contained in:
2026-03-06 20:37:00 +01:00
parent 03c414e930
commit 8a00b8ab9f
@@ -1458,7 +1458,7 @@ export default function DashboardScreen() {
cancelInput: {
borderWidth: 1,
borderColor: colors.border,
borderRadius: borderRadius.m,
borderRadius: borderRadius.md,
padding: spacing.m,
color: colors.textWhite,
backgroundColor: colors.bgSecondary,
@@ -1468,7 +1468,7 @@ export default function DashboardScreen() {
},
cancelConfirmBtn: {
backgroundColor: colors.danger,
borderRadius: borderRadius.m,
borderRadius: borderRadius.md,
padding: spacing.m,
alignItems: "center",
},