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