style(background): slighter smaller dots by default
This commit is contained in:
@@ -20,7 +20,7 @@ const defaultColors = {
|
|||||||
const Background: FC<BackgroundProps> = ({
|
const Background: FC<BackgroundProps> = ({
|
||||||
variant = BackgroundVariant.Dots,
|
variant = BackgroundVariant.Dots,
|
||||||
gap = 15,
|
gap = 15,
|
||||||
size = 0.5,
|
size = 0.4,
|
||||||
color,
|
color,
|
||||||
style,
|
style,
|
||||||
className,
|
className,
|
||||||
|
|||||||
Reference in New Issue
Block a user