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:
parent
bd1683402a
commit
73f5d386fe
@ -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…
Reference in New Issue
Block a user