Skip to content

Commit

Permalink
style(wallet): Edit Gas Slider Track
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglashdaniel committed Dec 9, 2024
1 parent 195b7d5 commit 3823112
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 3823112

Please sign in to comment.