Skip to content

Commit 133b507

Browse files
Change in demo picture
1 parent 9b24357 commit 133b507

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

screenshot.png

10.7 KB
Loading

src/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import DotMatrix from "./lib/dot-matrix";
2+
3+
export default DotMatrix;

src/lib/dot-matrix/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export const DEFAULT_LEGEND_POSITION = 'right';
2727

2828
export const DEFAULT_ROW_WIDTH = 35;
2929

30-
export const DEFAULT_ROW_GAP = 6;
30+
export const DEFAULT_ROW_GAP = 4;

src/lib/dot-matrix/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.dotsContainer {
1111
display: flex;
1212
flex-wrap: wrap;
13-
gap: 6px;
13+
gap: 4px;
1414
width: 100%;
1515
.eachDot {
1616
border-radius: 50%;

0 commit comments

Comments
 (0)