Closed isaqueha closed 4 years ago
We should use CSS variables like var(--sapWarningColor). Refactor the use of colors, sizes, and other common values around the application. Example
style={{ width: '1.5rem', height: '1.5rem', color: 'var(--sapWarningColor)' }) { --sapWarningColor: #feb60a; }
Is this done? We don't need it anymore?
Yeah, its done
We should use CSS variables like var(--sapWarningColor). Refactor the use of colors, sizes, and other common values around the application. Example