style(background): slighter smaller dots by default

This commit is contained in:
moklick
2021-04-17 20:50:44 +02:00
parent 5422017592
commit 2aee9605a9
@@ -20,7 +20,7 @@ const defaultColors = {
const Background: FC<BackgroundProps> = ({
variant = BackgroundVariant.Dots,
gap = 15,
size = 0.5,
size = 0.4,
color,
style,
className,