Skip to content

Commit

Permalink
fix: Fix a ui errors (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss authored May 29, 2024
1 parent 4220423 commit 606af98
Show file tree
Hide file tree
Showing 26 changed files with 345 additions and 293 deletions.
2 changes: 1 addition & 1 deletion packages/web/public/cosmos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/web/src/components/common/icons/IconArrowRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const IconArrowRight = ({
<path d="M6.44238 12.4425L9.87738 9L6.44238 5.5575L7.49988 4.5L11.9999 9L7.49988 13.5L6.44238 12.4425Z" fill="url(#paint0_linear_6556_190807)" />
<defs>
<linearGradient id="paint0_linear_6556_190807" x1="12.7185" y1="13.4999" x2="5.81587" y2="13.624" gradientUnits="userSpaceOnUse">
<stop stop-color="#536CD7" />
<stop offset="1" stop-color="#A7B9F8" />
<stop stopColor="#536CD7" />
<stop offset="1" stopColor="#A7B9F8" />
</linearGradient>
</defs>
</svg>
Expand Down
Loading

0 comments on commit 606af98

Please sign in to comment.