Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vector color #76

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/components/icon/network/GnosisMono.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<svg width="55" height="55" viewBox="0 0 55 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="gnosis-gno-gno-logo 1" clip-path="url(#clip0_15611_285535)">
<path id="Vector" d="M15.8267 32C17.3365 32 18.8094 31.4967 20 30.5759L10.426 21C8.11843 23.9833 8.67077 28.2801 11.6534 30.5882C12.8563 31.4967 14.317 32 15.8267 32Z" fill="`currentColor`" />
<path id="Vector" d="M15.8267 32C17.3365 32 18.8094 31.4967 20 30.5759L10.426 21C8.11843 23.9833 8.67077 28.2801 11.6534 30.5882C12.8563 31.4967 14.317 32 15.8267 32Z" fill="currentColor" />
<path id="Vector_2" d="M46 25.1733C46 23.6635 45.4967 22.1906 44.5759 21L35 30.574C37.9833 32.8816 42.2679 32.3292 44.5759 29.3466C45.4967 28.1559 46 26.683 46 25.1733Z" fill="currentColor" />
<path id="Vector_3" d="M51.0291 14L46.5957 18.3536C50.1681 22.5559 49.6027 28.815 45.3235 32.3232C41.5712 35.4023 36.1226 35.4023 32.3703 32.3232L27.5 37.1059L22.6425 32.3358C18.3633 35.844 11.9895 35.2887 8.41704 31.0865C5.28153 27.4017 5.28153 22.0511 8.41704 18.3663L6.14251 16.1327L3.98364 14C1.375 18.2148 0 23.0606 0 27.9948C0 42.9107 12.3107 55 27.5 55C42.6892 55 54.9999 42.9107 54.9999 27.9948C55.0128 23.0606 53.6249 18.2148 51.0291 14Z" fill="currentColor" />
<path id="Vector_4" d="M47.1007 8.3613C36.7812 -2.4237 19.6369 -2.82735 8.81095 7.45309C8.49441 7.75583 8.19052 8.05857 7.89929 8.3613C7.22821 9.06769 6.59511 9.7993 6 10.5688L27.5 32L49 10.5688C48.4175 9.7993 47.7718 9.06769 47.1007 8.3613ZM27.5 3.53013C33.831 3.53013 39.7314 5.96464 44.1631 10.4048L27.5 27.0048L10.8369 10.4048C15.2686 5.96464 21.169 3.53013 27.5 3.53013Z" fill="currentColor" />
Expand Down
Loading