Skip to content

Commit

Permalink
fix: remove debug css value
Browse files Browse the repository at this point in the history
  • Loading branch information
everdimension committed Jan 23, 2025
1 parent fa0fed1 commit 62ad96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content-script/in-dapp-notifications/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const notifications = {

// prettier-ignore
const el = r('div', { class: `${styles.notification} ${styles.chainChanged}` },
r('div',null,
r('div', { class: styles.hstack, style: 'grid-gap: 12px; background: pink;' },
r('div', null,
r('div', { class: styles.hstack, style: 'grid-gap: 12px;' },
r('div', { class: styles.zerionLogo }, networkIcon),
r('div', { class: styles.vstack, style: 'grid-gap: 0px;' },
r('div', { class: styles.title }, 'Network Switched'),
Expand Down

0 comments on commit 62ad96a

Please sign in to comment.