1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix color indicator size (#10421)

This commit is contained in:
Thomas Huang 2021-02-11 13:08:25 -08:00 committed by GitHub
parent bd1683402a
commit 73f5d386fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,