Skip to content

Commit

Permalink
fix: disable 'change to usd' for this iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 16, 2024
1 parent 7649c44 commit 26bd177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ input::-webkit-inner-spin-button {
}
.widgetButton:disabled {
cursor: not-allowed;
color: white;
border: 1px solid rgba(255, 255, 255, 0.4);
}
.balance {
float: right;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export const CoinInput: FunctionComponent<CoinInputProps> = observer(
style={{ margin: "0px" }}
className={styleCoinInput["widgetButton"]}
onClick={isClicked}
disabled
>
<img src={require("@assets/svg/wireframe/chevron.svg")} alt="" />
Change to USD
Expand Down

0 comments on commit 26bd177

Please sign in to comment.