Skip to content

Commit

Permalink
Merge pull request #4553 from brave-intl/fix/show-dollar
Browse files Browse the repository at this point in the history
remove background image
  • Loading branch information
jlbyrne authored Dec 4, 2024
2 parents 390077b + b5c4846 commit 1bb32c5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nextjs/src/styles/PublicChannelPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,6 @@
&::placeholder {
color: #3F4855;
}

&:not(:placeholder-shown) {
background-image: url('../../public/images/dollar_sign.svg');
background-repeat: no-repeat;
background-position: 8px center;
background-size: 6.8px;
}
}

.amount-input.amount-full-width {
Expand Down

0 comments on commit 1bb32c5

Please sign in to comment.