Skip to content

Commit 4111602

Browse files
authored
Changed from dashed to solid
1 parent 8826668 commit 4111602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/advertisements/components/TallAd.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const styles = {
1313
width: "100%",
1414
marginBottom: '2rem',
1515
paddingBottom: '1rem',
16-
borderBottom: '2px dashed #b1b4ba'
16+
borderBottom: '2px solid #b1b4ba'
1717
},
1818
};
1919

0 commit comments

Comments
 (0)