diff --git a/frontend/src/config/ifruit.ts b/frontend/src/config/ifruit.ts new file mode 100644 index 0000000..34c54de --- /dev/null +++ b/frontend/src/config/ifruit.ts @@ -0,0 +1,3 @@ +export const IFRUIT_AUTH_INPUT_COLORS = { + outlineLabelBgIos: 'bg-black', +} diff --git a/frontend/src/stores/phone.ts b/frontend/src/stores/phone.ts index ff31a8f..aeebac4 100644 --- a/frontend/src/stores/phone.ts +++ b/frontend/src/stores/phone.ts @@ -283,11 +283,11 @@ const defaultLocales: LocaleTree = { on: 'On', off: 'Off', accountName: 'iFruit Account', - accountDetail: 'Cloud, Mail & Notes', + accountDetail: 'Important Data & Cloud', accountLocalDetail: 'Not signed in', - accountCloudDetail: 'Mail and notes sync through iFruit Cloud', + accountCloudDetail: 'Important data syncs through iFruit Cloud', accountLoginBody: - 'Sign in to keep your Mail and Notes. Without an iFruit Account, this data is lost with the phone.', + 'Sign in to keep your important data safe. Without an iFruit Account, it will be lost with the phone.', accountInformation: 'Account Information', accountStatus: 'Account Status', accountStatusValue: 'Active', diff --git a/frontend/src/views/apps/MailApp.vue b/frontend/src/views/apps/MailApp.vue index f64fa1b..2735560 100644 --- a/frontend/src/views/apps/MailApp.vue +++ b/frontend/src/views/apps/MailApp.vue @@ -29,6 +29,7 @@ import { } from 'lucide-vue-next' import { computed, onBeforeUnmount, onMounted, ref, watch } from 'vue' +import { IFRUIT_AUTH_INPUT_COLORS } from '@/config/ifruit' import { useMailStore } from '@/stores/mail' import { useNotificationsStore } from '@/stores/notifications' import { usePhoneStore } from '@/stores/phone' @@ -400,6 +401,7 @@ onBeforeUnmount(() => { { { { Sky Phone - +