Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: background-color
Browse files Browse the repository at this point in the history
IsaccoSordo committed Jan 13, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c698ba7 commit b63c4ed
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
@@ -24,6 +24,8 @@
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
background-color: white;
color: black;
}

.input-style.invalid,
Original file line number Diff line number Diff line change
@@ -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
? {

0 comments on commit b63c4ed

Please sign in to comment.