Skip to content

Commit 967ae92

Browse files
committed
fix: icon mask alpha
(white for 1)
1 parent 4fefd00 commit 967ae92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons/staking/DefaultOpenSourceGlyphIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const DefaultOpenSourceGlyphIcon = createIconBase({
77
className: "size-[1em]",
88
children: (
99
<>
10-
<mask id="path-1-inside-1_1413_8233" fill="currentColor">
10+
<mask id="path-1-inside-1_1413_8233" fill="white">
1111
<path d="M20.6779 31.3009C24.3211 30.187 27.4473 27.8098 29.4943 24.5968C31.5412 21.3838 32.3745 17.5458 31.8443 13.7732C31.3141 10.0007 29.4552 6.54106 26.6019 4.01671C23.7487 1.49236 20.0883 0.0689256 16.2792 0.00243695C12.4702 -0.0640516 8.76237 1.23077 5.82275 3.654C2.88313 6.07724 0.904617 9.46985 0.243077 13.2216C-0.418463 16.9734 0.280388 20.8381 2.21393 24.1206C4.14747 27.4031 7.18881 29.888 10.7909 31.1283L14.4373 20.5385C13.3566 20.1664 12.4442 19.4209 11.8642 18.4362C11.2841 17.4514 11.0745 16.292 11.2729 15.1665C11.4714 14.041 12.0649 13.0232 12.9468 12.2962C13.8287 11.5692 14.9411 11.1808 16.0838 11.2007C17.2265 11.2207 18.3246 11.6477 19.1806 12.405C20.0366 13.1623 20.5942 14.2002 20.7533 15.332C20.9123 16.4637 20.6624 17.6151 20.0483 18.579C19.4342 19.5429 18.4963 20.2561 17.4034 20.5903L20.6779 31.3009Z" />
1212
</mask>
1313

0 commit comments

Comments
 (0)