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: { cancelInput: {
borderWidth: 1, borderWidth: 1,
borderColor: colors.border, borderColor: colors.border,
borderRadius: borderRadius.m, borderRadius: borderRadius.md,
padding: spacing.m, padding: spacing.m,
color: colors.textWhite, color: colors.textWhite,
backgroundColor: colors.bgSecondary, backgroundColor: colors.bgSecondary,
@@ -1468,7 +1468,7 @@ export default function DashboardScreen() {
}, },
cancelConfirmBtn: { cancelConfirmBtn: {
backgroundColor: colors.danger, backgroundColor: colors.danger,
borderRadius: borderRadius.m, borderRadius: borderRadius.md,
padding: spacing.m, padding: spacing.m,
alignItems: "center", alignItems: "center",
}, },