Skip to content

Commit

Permalink
fix(flat-components): fix login cover image (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Jul 3, 2023
1 parent d0be2e0 commit 9615303
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,24 +171,6 @@ export function CoverDark(): React.ReactElement {
fill="#0A1933"
fillRule="evenodd"
/>
<circle cx="14" cy="16" fill="#FF6158" r="6" />
<circle
cx="14"
cy="16"
r="5.75"
stroke="#000"
strokeOpacity=".15"
strokeWidth=".5"
/>
<circle cx="34" cy="16" fill="#FFBD2D" r="6" />
<circle
cx="34"
cy="16"
r="5.75"
stroke="#000"
strokeOpacity=".15"
strokeWidth=".5"
/>
</g>
<defs>
<linearGradient
Expand Down

0 comments on commit 9615303

Please sign in to comment.