frontend/theme: map new color
Parents:
0becef81 file(s) changed
- frontend/constants/theme.ts +1 -0
frontend/constants/theme.ts
@@ -46,6 +46,7 @@ surface: SURFACE_LIGHT,
46 46 tint: NEON_GREEN,
47 47 backgroundDarkGhost: BACKGROUND_DARK_GHOST,
48 48 borderDashed: BORDER_SUBTLE_LIGHT_GRAY,
49 + smallAddButtonIcon: BORDER_SUBTLE_LIGHT_GRAY,
49 50
50 51 // Interactive States
51 52 icon: TEXT_SECONDARY,