DarkFlorist / TheInterceptor

The Interceptor is a browser extension that explains what kind of Ethereum transactions you are making
The Unlicense
139 stars 20 forks source link

Add pricing information to swaps and fix bug with previous balance (+ -> -) #1072

Closed KillariDev closed 1 month ago

KillariDev commented 2 months ago

fix https://github.com/DarkFlorist/TheInterceptor/issues/328

image
KillariDev commented 1 month ago

Just noticed that we still have font size as constants in JS. Maybe we can also start to move font sizes to CSS variables like --text-sm, text-lg etc. and if needed just add or subtract to it font-size: calc(2px + var(--text-sm));

added issue for it. Good catch