Improve bg-shape-1 color normalization

This commit is contained in:
Alex Gleason
2022-03-30 12:13:23 -05:00
parent c62cd9898a
commit 531f6f3993

View File

@ -151,7 +151,7 @@ const maybeAddMissingColors = (soapboxConfig: SoapboxConfigMap): SoapboxConfigMa
const colors = soapboxConfig.get('colors');
const missing = ImmutableMap({
'bg-shape-1': colors.getIn(['accent', '50']),
'bg-shape-1': colors.getIn(['accent', '500']),
'bg-shape-2': colors.getIn(['primary', '500']),
});