Skip to content

Commit

Permalink
Merge pull request #18 from MyTonSwap/develop
Browse files Browse the repository at this point in the history
Standardization of background property & Updating background opacity
  • Loading branch information
Ho3einWave authored Nov 25, 2024
2 parents 134921f + 199a85e commit d17fbe1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/components/Header/SettingPopover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
.popover {
Expand Down
2 changes: 1 addition & 1 deletion lib/components/Header/SlippageSetting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
border: 1px solid var(--primary-color);
}
&.percent-input {
background-color: var(--light-shade-color);
background: var(--light-shade-color);
width: 50px;
}

Expand Down
2 changes: 1 addition & 1 deletion lib/components/Swap/Swap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
button {
cursor: pointer;
border: none;
background-color: transparent;
background: transparent;
font-family: Inter, sans-serif;
}
input {
Expand Down
2 changes: 1 addition & 1 deletion lib/components/SwapButton/ConfirmationModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
.confirm-button {
cursor: pointer;
border-radius: 0.75rem;
background-color: var(--primary-color);
background: var(--primary-color);
width: 100%;
height: 3.25rem;
color: var(--text-white-color);
Expand Down
4 changes: 2 additions & 2 deletions lib/components/SwapButton/SwapButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
top: 0;
left: 0;
z-index: 9999999999999999999999999;
background-color: rgba(0, 0, 0, 0.1);
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
overflow: hidden;
Expand Down Expand Up @@ -53,7 +53,7 @@
margin-top: 0.5rem;
margin-top: 0.75rem;
border-radius: 0.75rem;
background-color: var(--primary-color);
background: var(--primary-color);
width: 100%;
height: 3.75rem;
color: var(--text-white-color);
Expand Down
4 changes: 2 additions & 2 deletions lib/components/SwapCard/CardDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
top: 0;
left: 0;
z-index: 9999999999999999999999999;
background: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
overflow: hidden;
Expand Down Expand Up @@ -95,7 +95,7 @@

.dialog-search-input {
outline: none;
background-color: transparent;
background: transparent;
padding-right: 0.25rem;
padding-left: 0.25rem;
width: 100%;
Expand Down

0 comments on commit d17fbe1

Please sign in to comment.