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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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']),
});