Skip to content

Commit

Permalink
fix: add css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jun 10, 2024
1 parent 5bcbf1c commit 8792714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/connect-button/src/components/rcfm-page/rcfm-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import '../mask/mask'
import '../wallet-connector-card/wallet-connector-card'
import '../wallet-connector-card/wallet-connector-info'
import '../loading-spinner/loading-spinner'
import { variablesCSS } from '../../theme'

@customElement('radix-rcfm-page')
export class RadixRcfmPage extends LitElement {
Expand Down Expand Up @@ -53,6 +54,7 @@ export class RadixRcfmPage extends LitElement {
}

static styles = [
variablesCSS,
css`
.loading-container {
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export class RadixWalletConnectorInfo extends LitElement {
font-size: 24px;
font-weight: 700;
margin: 0;
color: var(--color-grey-1);
}
.error {
Expand Down

0 comments on commit 8792714

Please sign in to comment.