Skip to content

Commit

Permalink
Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
iower committed Oct 5, 2023
1 parent 65726b0 commit fbf33e4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/ui/assets/chain-select/chain-filter-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/ui/component/TokenSelector/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.input-wrapper {
width: 100%;
padding: 0 16px;
margin: 0 auto @token-selector-px;
margin: 0 auto 10px;
.ant-input-affix-wrapper::before {
height: 16px;
}
Expand Down Expand Up @@ -72,6 +72,7 @@
flex: 1;
overflow-y: auto;
margin: 0;
margin-top: 10px;
li {
display: flex;
cursor: pointer;
Expand Down Expand Up @@ -117,10 +118,11 @@
cursor: initial;
font-size: 12px;
line-height: 14px;
color: #707880;
color: #ccc;
height: 35px;
align-items: center;
margin-bottom: 8px;
background: #1f1f1f;
&::after {
.part-border(360px);
bottom: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Footer = styled.div`
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #13141a;
color: #cccccc;
position: relative;
border: 1px solid transparent;
.rabby-checkbox__wrapper {
Expand All @@ -39,7 +39,7 @@ const Footer = styled.div`
left: 18px;
width: 328px;
height: 1px;
background-color: #e5e9ef;
background-color: #333333;
}
&:hover {
background: #333333;
Expand Down
4 changes: 2 additions & 2 deletions src/ui/views/Approval/components/Connect/UserListDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Footer = styled.div`
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #13141a;
color: #cccccc;
position: relative;
border: 1px solid transparent;
.rabby-checkbox__wrapper {
Expand All @@ -53,7 +53,7 @@ const Footer = styled.div`
left: 18px;
width: 328px;
height: 1px;
background-color: #e5e9ef;
background-color: #333333;
}
&:hover {
background: rgba(134, 151, 255, 0.1);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const RuleFooter = styled.div`
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #13141a;
color: #cccccc;
.right {
display: flex;
font-size: 12px;
Expand All @@ -267,7 +267,7 @@ const RuleFooter = styled.div`
left: 18px;
width: 328px;
height: 1px;
background-color: #e5e9ef;
background-color: #333333;
}
}
&:nth-child(2) {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/views/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ const Dashboard = () => {
<div>&nbsp;</div>
<div className="text-gray-subTitle">
<span className="text-[#CCC] font-semibold">
Open swap Ally
Open Ally Swap
</span>{' '}
</div>
<div className="text-[#3D3D3D]">⌥ S</div>
Expand Down

0 comments on commit fbf33e4

Please sign in to comment.