Skip to content

Commit

Permalink
Merge pull request #254 from radixdlt/RDT-217
Browse files Browse the repository at this point in the history
fix: prevent styles leaking to connect-button
  • Loading branch information
dawidsowardx authored Sep 19, 2024
2 parents 06a53a5 + f8e5fbc commit 478ad83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/connect-button/src/components/connect-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ export class ConnectButton extends LitElement {
}
:host {
all: initial;
text-align: left;
font-family: 'IBM Plex Sans';
position: relative;
Expand Down

0 comments on commit 478ad83

Please sign in to comment.