chore: fix reset point
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user