mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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';
|
import { COLORS, SIZES } from '../../../helpers/constants/design-system';
|
||||||
|
|
||||||
export default function ColorIndicator({
|
export default function ColorIndicator({
|
||||||
size = 'small',
|
size = SIZES.SM,
|
||||||
type = 'outlined',
|
type = 'outlined',
|
||||||
color = COLORS.UI4,
|
color = COLORS.UI4,
|
||||||
borderColor,
|
borderColor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user