Goggles age tint by default

This commit is contained in:
Mononaut
2024-04-04 11:22:57 +00:00
parent 896c451c3e
commit 7fbb93cf41
8 changed files with 14 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ import { ServicesApiServices } from '../../../services/services-api.service';
import { detectWebGL } from '../../../shared/graphs.utils';
const acceleratedColor: Color = hexToColor('8F5FF6');
const normalColors = mempoolFeeColors.map(hex => hexToColor(hex + '5F'));
const normalColors = mempoolFeeColors.map(hex => hexToColor(hex.slice(0,6) + '5F'));
interface AccelerationBlock extends BlockExtended {
accelerationCount: number,