Skip to content

Commit

Permalink
refactor: update sync icons
Browse files Browse the repository at this point in the history
  • Loading branch information
zkSoju committed Nov 22, 2022
1 parent 0d3629b commit b1a7903
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
3 changes: 2 additions & 1 deletion components/AmmTabContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
BiDollar,
BiDownArrowAlt,
BiExpandAlt,
BiRefresh,
BiStats,
} from "react-icons/bi";
import * as Tabs from "@radix-ui/react-tabs";
Expand Down Expand Up @@ -479,7 +480,7 @@ const SwapTabContent = () => {
<Tabs.Content value="tab3">
<TabContentContainer>
<div className="mb-4 flex items-center">
<BiStats className="mr-4 rounded-sm border border-white/10 p-2 text-4xl text-white" />
<BiRefresh className="mr-4 rounded-sm border border-white/10 p-2 text-4xl text-white" />
<div className="flex flex-col">
<h4 className="text-white">Sync to L1</h4>
<p className="text-xs text-white/50">Sync L2 balances to L1</p>
Expand Down
3 changes: 2 additions & 1 deletion components/DammTabContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import {
BiDownArrowAlt,
BiExpandAlt,
BiPlus,
BiRefresh,
BiStats,
} from "react-icons/bi";
import TabContentContainer from "./TabContentContainer";
Expand Down Expand Up @@ -577,7 +578,7 @@ const DammTabContent = () => {
<Tabs.Content value="tab5">
<TabContentContainer>
<div className="mb-4 flex items-center">
<BiStats className="mr-4 rounded-sm border border-white/10 p-2 text-4xl text-white" />
<BiRefresh className="mr-4 rounded-sm border border-white/10 p-2 text-4xl text-white" />
<div className="flex flex-col">
<h4 className="text-white">Sync to L2</h4>
<p className="text-xs text-white/50">
Expand Down
8 changes: 0 additions & 8 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ a {
}


.radial {
background: radial-gradient(
farthest-side at 50% 50%,
rgb(255, 255, 255, 0.02),
rgba(0, 0, 0, 0)
);
}

.radial {
background: radial-gradient(
farthest-side at 50% 50%,
Expand Down

0 comments on commit b1a7903

Please sign in to comment.