Fix color indicator size (#10421)

feature/default_network_editable
Thomas Huang 4 years ago committed by GitHub
parent bd1683402a
commit 73f5d386fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/components/ui/color-indicator/color-indicator.js

@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
import { COLORS, SIZES } from '../../../helpers/constants/design-system';
export default function ColorIndicator({
size = 'small',
size = SIZES.SM,
type = 'outlined',
color = COLORS.UI4,
borderColor,

Loading…
Cancel
Save