Skip to content

Commit

Permalink
Merge pull request #26946 from brave/style-wallet-edit-gas-slider-track
Browse files Browse the repository at this point in the history
style(wallet): Edit Gas Slider Track
  • Loading branch information
Douglashdaniel authored Dec 12, 2024
2 parents 4f31602 + 3823112 commit 1ce9c73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const makeLongShadow = (color: string, size: string) => {
let i = 4
let shadow = `${i}px 0 0 ${size} ${color}`

for (; i < 300; i++) {
for (; i < 340; i++) {
shadow = `${shadow}, ${i}px 0 0 ${size} ${color}`
}
return shadow
Expand Down

0 comments on commit 1ce9c73

Please sign in to comment.