mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 10:06:15 +00:00
Merge branch 'dev'
# Conflicts: # components/pages/calendar/EventCalendar.tsx # components/pages/settings/user_settings_views/MyProfile.tsx
This commit is contained in:
@ -27,7 +27,7 @@ const DeleteProfileDialogs: React.FC<ConfirmationDialogProps> = ({
|
||||
containerStyle={styles.dialog}
|
||||
>
|
||||
<View centerH>
|
||||
<Feather name="alert-triangle" size={70} color="#FF5449" />
|
||||
<Feather name="alert-triangle" size={70} color="#ff1637" />
|
||||
</View>
|
||||
<Text center style={styles.title}>
|
||||
Are you sure?
|
||||
@ -103,7 +103,7 @@ const DeleteProfileDialogs: React.FC<ConfirmationDialogProps> = ({
|
||||
// Empty stylesheet for future styles
|
||||
const styles = StyleSheet.create({
|
||||
confirmBtn: {
|
||||
backgroundColor: "#FF5449",
|
||||
backgroundColor: "#ff1637",
|
||||
},
|
||||
cancelBtn: {
|
||||
backgroundColor: "white",
|
||||
|
Reference in New Issue
Block a user