mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
Cally, not kaly privacy policy
This commit is contained in:
@ -34,7 +34,7 @@ const SettingsPage = () => {
|
|||||||
<Button
|
<Button
|
||||||
backgroundColor="white"
|
backgroundColor="white"
|
||||||
style={styles.mainBtn}
|
style={styles.mainBtn}
|
||||||
label="Manage my profile"
|
label="Manage My Profile"
|
||||||
color="#07b8c7"
|
color="#07b8c7"
|
||||||
iconSource={() => (
|
iconSource={() => (
|
||||||
<ProfileIcon style={{marginRight: 10}} color="#07b9c8" />
|
<ProfileIcon style={{marginRight: 10}} color="#07b9c8" />
|
||||||
@ -44,7 +44,7 @@ const SettingsPage = () => {
|
|||||||
<Button
|
<Button
|
||||||
backgroundColor="white"
|
backgroundColor="white"
|
||||||
style={styles.mainBtn}
|
style={styles.mainBtn}
|
||||||
label="Calendar settings"
|
label="Calendar Settings"
|
||||||
color="#fd1775"
|
color="#fd1775"
|
||||||
iconSource={() => (
|
iconSource={() => (
|
||||||
<CalendarIcon style={{marginRight: 10}}/>
|
<CalendarIcon style={{marginRight: 10}}/>
|
||||||
@ -56,7 +56,7 @@ const SettingsPage = () => {
|
|||||||
<Button
|
<Button
|
||||||
backgroundColor="white"
|
backgroundColor="white"
|
||||||
style={styles.mainBtn}
|
style={styles.mainBtn}
|
||||||
label="To Do reward settings"
|
label="To-Do Reward Settings"
|
||||||
color="#ff9900"
|
color="#ff9900"
|
||||||
iconSource={() => (
|
iconSource={() => (
|
||||||
<Octicons
|
<Octicons
|
||||||
|
Reference in New Issue
Block a user