File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5353 --color-bg-background : # ffffff ;
5454 --color-text-primary : # 18181b ;
5555 --color-text-secondary : # 3f3f46 ;
56- --color-text-tertiary : # 71717a ;
56+ --color-text-tertiary : # 57575C ;
5757 --color-text-quaternary : # a1a1aa ;
5858 --color-border-primary : # e7e7e7 ;
5959 --color-border-secondary : # e5e5e5 ;
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ const revokeApiTokenMutation = useMutation({
209209 v-for =" token in tokens"
210210 :key =" token.id"
211211 class =" flex items-center py-2.5 justify-between" >
212- <div class =" break-all text-white " >
212+ <div class =" break-all text-text-primary " >
213213 <div >{{ token.name }}</div >
214214 <div class =" text-sm text-text-tertiary space-x-3" >
215215 <span v-if =" token.created_at" >
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ const disableTwoFactorAuthentication = () => {
137137 Finish enabling two factor authentication.
138138 </h3 >
139139
140- <h3 v-else class =" text-lg font-medium text-white " >
140+ <h3 v-else class =" text-lg font-medium text-text-primary " >
141141 You have not enabled two factor authentication.
142142 </h3 >
143143
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ const page = usePage<{
178178 page.props.jetstream.hasEmailVerification &&
179179 user.email_verified_at === null
180180 " >
181- <p class =" text-sm mt-2 text-white " >
181+ <p class =" text-sm mt-2 text-text-primary " >
182182 Your email address is unverified.
183183
184184 <Link
Original file line number Diff line number Diff line change @@ -147,17 +147,17 @@ const showResultModal = ref(false);
147147 </div >
148148 <div
149149 class =" py-2.5 px-3 border-t border-t-card-background-separator" >
150- <span class =" text-white font-semibold" >Projects created:</span >
150+ <span class =" text-text-primary font-semibold" >Projects created:</span >
151151 {{ reportResult?.report.projects.created }}
152152 </div >
153153 <div
154154 class =" py-2.5 px-3 border-t border-t-card-background-separator" >
155- <span class =" text-white font-semibold" >Tasks created:</span >
155+ <span class =" text-text-primary font-semibold" >Tasks created:</span >
156156 {{ reportResult?.report.tasks.created }}
157157 </div >
158158 <div
159159 class =" py-2.5 px-3 border-t border-t-card-background-separator" >
160- <span class =" text-white font-semibold"
160+ <span class =" text-text-primary font-semibold"
161161 >Time entries created:</span
162162 >
163163 {{ reportResult?.report.time_entries.created }}
@@ -207,7 +207,7 @@ const showResultModal = ref(false);
207207 </select >
208208 <div
209209 v-if =" currentImporterDescription"
210- class =" py-3 text-white " >
210+ class =" py-3 text-text-primary " >
211211 <div class =" font-semibold text-muted py-1" >
212212 Instructions:
213213 </div >
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ const displayableRole = (role: string) => {
311311 class =" w-8 h-8 rounded-full object-cover"
312312 :src =" user.profile_photo_url"
313313 :alt =" user.name" />
314- <div class =" ms-4 text-whites " >
314+ <div class =" ms-4 text-text-primary " >
315315 {{ user.name }}
316316 </div >
317317 </div >
You can’t perform that action at this time.
0 commit comments