Fix design system error constants (#10246)

The design system error constants were missing a hyphen. Now they match
the CSS color variable they were intended to match.
feature/default_network_editable
Mark Stacey 4 years ago committed by GitHub
parent f6388f260b
commit 288f60bff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ui/app/helpers/constants/design-system.js

@ -14,9 +14,9 @@ export const COLORS = {
SUCCESS1: 'success-1',
SUCCESS2: 'success-2',
SUCCESS3: 'success-3',
ERROR1: 'error1',
ERROR2: 'error2',
ERROR3: 'error3',
ERROR1: 'error-1',
ERROR2: 'error-2',
ERROR3: 'error-3',
ALERT1: 'alert-1',
ALERT2: 'alert-2',
ALERT3: 'alert-3',

Loading…
Cancel
Save