fix(ui,ui-preset,icons): Fix styling of Select, DropdownMenu, and Checkbox (#7525)
* progress * progress * fix: checkbox styling * fix(ui,ui-preset): Fix the styling of Select, DropdownMenu, and Checkbox * update ellipse-solid-mini icon * cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ const EllipseMiniSolid = React.forwardRef<SVGSVGElement, IconProps>(
|
||||
ref={ref}
|
||||
{...props}
|
||||
>
|
||||
<circle cx={8} cy={8} r={2} fill={color} />
|
||||
<circle cx={7.5} cy={7.5} r={2} fill={color} />
|
||||
</svg>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user