Skip to content

Commit

Permalink
fix: background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Jan 13, 2025
1 parent c698ba7 commit b63c4ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/beacon-ui/src/components/bug-report-form/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
background-color: white;
color: black;
}

.input-style.invalid,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ const PairingAlert: React.FC<any> = (props) => {
wallets={isMobile ? walletList.slice(0, 3) : walletList.slice(0, 4)}
isMobile={isMobile}
onClickWallet={(id) => handleClickWallet(id, props)}
onClickLearnMore={() => {}}
onClickLearnMore={() => handleUpdateState('help')}
otherWallets={
isMobile
? {
Expand Down

0 comments on commit b63c4ed

Please sign in to comment.