Skip to content

Commit 6438b38

Browse files
committed
fix(AppLogo): handle white mode
1 parent 2f99153 commit 6438b38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/AppLogo.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
>
99
<path
1010
d="M308 200C310.16 200 312 198.209 312 196V103C312 103 317 112 326 127L365 194C366.785 197.74 370.744 200 374 200H401V50H374C372.202 50 370 51.4941 370 54V148L352 116L316 55C314.248 51.8912 310.479 50 307 50H281V200H308Z"
11-
fill="white"
11+
fill="currentColor"
1212
/>
1313
<path
1414
d="M657 92H670C673.314 92 676 89.3137 676 86V60H704V92H731V116H704V159C704 169.5 709.057 174 718 174H731V200H714C690.948 200 676 185.071 676 160V116H657V92Z"
15-
fill="white"
15+
fill="currentColor"
1616
/>
1717
<path
1818
d="M522 92V154C522 168.004 516.742 179.809 509 188C501.258 196.191 490.566 200 476 200C461.434 200 449.742 196.191 442 188C434.389 179.809 429 168.004 429 154V92H445C448.412 92 451.769 92.622 454 95C456.231 97.2459 457 98.5652 457 102V154C457 162.059 457.457 167.037 461 171C464.543 174.831 468.914 176 476 176C483.217 176 486.457 174.831 490 171C493.543 167.037 494 162.059 494 154V102C494 98.5652 494.769 96.378 497 94C498.96 91.9107 501.028 91.9599 504 92C504.411 92.0055 505.586 92 506 92H522Z"
19-
fill="white"
19+
fill="currentColor"
2020
/>
2121
<path
2222
d="M607 144L641 92H615C611.723 92 608.812 93.1758 607 96L591 120L576 97C574.188 94.1758 570.277 92 567 92H542L576 143L539 200H565C568.25 200 571.182 196.787 573 194L591 167L610 195C611.818 197.787 614.75 200 618 200H644L607 144Z"
23-
fill="white"
23+
fill="currentColor"
2424
/>
2525
<path
2626
d="M889 60.0001H869C864.524 60.0001 860.926 59.9395 858 63C855.074 65.8905 856 67.5792 856 72V141C856 151.372 854.648 156.899 850 162C845.352 166.931 839.468 169 830 169C820.705 169 813.648 166.931 809 162C804.352 156.899 804 151.372 804 141V72.0001C804 67.5793 803.926 65.8906 801 63.0001C798.074 59.9396 794.476 60.0001 790 60.0001H771V141C771 159.023 776.016 173.458 786 184C796.156 194.542 810.893 200 830 200C849.107 200 863.844 194.542 874 184C884.156 173.458 889 159.023 889 141V60.0001Z"
@@ -47,7 +47,7 @@
4747
<rect
4848
width="231.214"
4949
height="200"
50-
fill="white"
50+
fill="currentColor"
5151
/>
5252
</clipPath>
5353
</defs>

0 commit comments

Comments
 (0)