Skip to content

Commit 84c25e8

Browse files
committed
Fix progress ring track color
1 parent ba717e1 commit 84c25e8

File tree

1 file changed

+2
-2
lines changed
  • src/frontend/src/routes/(new-styling)/(resuming-channel)/resume-openid-authorize

1 file changed

+2
-2
lines changed

src/frontend/src/routes/(new-styling)/(resuming-channel)/resume-openid-authorize/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<svg viewBox="0 0 92 92" width="92" height="92" class="mb-4">
185185
<path
186186
d="M 46 1 H 71 A 20 20 0 0 1 91 21 V 71 A 20 20 0 0 1 71 91 H 21 A 20 20 0 0 1 1 71 V 21 A 20 20 0 0 1 21 1 H 46"
187-
class="stroke-border-tertiary fill-none stroke-2"
187+
class="stroke-fg-primary/10 fill-none stroke-2"
188188
/>
189189
<g
190190
transition:fade|global={{
@@ -218,7 +218,7 @@
218218
cy="46"
219219
r="45"
220220
stroke-width="2"
221-
class="stroke-border-tertiary fill-none stroke-2"
221+
class="stroke-fg-primary/10 fill-none stroke-2"
222222
/>
223223
<g
224224
transition:fade|global={{

0 commit comments

Comments
 (0)