We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 424c213 + 49128a4 commit e722af4Copy full SHA for e722af4
2 files changed
src/components/profile/edit/EditPersonalInfo.vue
@@ -500,6 +500,7 @@ export default {
500
background-color: transparent;
501
border-color: transparent;
502
color: var(--gray-50);
503
+ -webkit-text-fill-color: var(--gray-50);
504
padding-left: 0;
505
opacity: 1;
506
}
src/components/ui/LoadingSpinner.vue
@@ -7,7 +7,7 @@
7
height="38"
8
viewBox="0 0 38 38"
9
xmlns="http://www.w3.org/2000/svg"
10
- stroke="#000"
+ stroke="currentColor"
11
>
12
<title id="loading__spinner__title">Loading...</title>
13
<g fill="none" fill-rule="evenodd">
0 commit comments