diff --git a/resources/css/app.css b/resources/css/app.css index 1673b7ed..4ecb2169 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -53,7 +53,7 @@ --color-bg-background: #ffffff; --color-text-primary: #18181b; --color-text-secondary: #3f3f46; - --color-text-tertiary: #71717a; + --color-text-tertiary: #57575C; --color-text-quaternary: #a1a1aa; --color-border-primary: #e7e7e7; --color-border-secondary: #e5e5e5; diff --git a/resources/js/Pages/Profile/Partials/ApiTokensForm.vue b/resources/js/Pages/Profile/Partials/ApiTokensForm.vue index b9e64527..9dabe169 100644 --- a/resources/js/Pages/Profile/Partials/ApiTokensForm.vue +++ b/resources/js/Pages/Profile/Partials/ApiTokensForm.vue @@ -209,7 +209,7 @@ const revokeApiTokenMutation = useMutation({ v-for="token in tokens" :key="token.id" class="flex items-center py-2.5 justify-between"> -
+
{{ token.name }}
diff --git a/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue b/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue index 4b7d76bf..f4f9a824 100644 --- a/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue +++ b/resources/js/Pages/Profile/Partials/TwoFactorAuthenticationForm.vue @@ -137,7 +137,7 @@ const disableTwoFactorAuthentication = () => { Finish enabling two factor authentication. -

+

You have not enabled two factor authentication.

diff --git a/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue b/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue index 1c0ca031..387af6a2 100644 --- a/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue +++ b/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue @@ -178,7 +178,7 @@ const page = usePage<{ page.props.jetstream.hasEmailVerification && user.email_verified_at === null "> -

+

Your email address is unverified.

- Projects created: + Projects created: {{ reportResult?.report.projects.created }}
- Tasks created: + Tasks created: {{ reportResult?.report.tasks.created }}
- Time entries created: {{ reportResult?.report.time_entries.created }} @@ -207,7 +207,7 @@ const showResultModal = ref(false);
+ class="py-3 text-text-primary">
Instructions:
diff --git a/resources/js/Pages/Teams/Partials/TeamMemberManager.vue b/resources/js/Pages/Teams/Partials/TeamMemberManager.vue index a9993064..54db5d53 100644 --- a/resources/js/Pages/Teams/Partials/TeamMemberManager.vue +++ b/resources/js/Pages/Teams/Partials/TeamMemberManager.vue @@ -311,7 +311,7 @@ const displayableRole = (role: string) => { class="w-8 h-8 rounded-full object-cover" :src="user.profile_photo_url" :alt="user.name" /> -
+
{{ user.name }}