Align Faktiska symbols with badges

This commit is contained in:
b0txec
2026-08-19 17:53:05 +03:00
parent 340c370c46
commit 63d351df3c
+3 -1
View File
@@ -15,7 +15,9 @@ export type FaktiskaMarkerLayout = {
const rightMarker = (): FaktiskaMarkerLayout => ({
iconSide: "right",
iconGap: 22,
iconOffsetX: 0,
// Daira's canvas advance box contains substantial empty space before the
// visible artwork. Pull the optically measured glyph back toward its badge.
iconOffsetX: -100,
iconOffsetY: 0,
});