Skip to content

Commit 9b83533

Browse files
committed
refactor(divider): 🐛 fix dashed style divider
1 parent 3e5b667 commit 9b83533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/defaultTheme/divider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const divider = {
22
horizontal: {
33
orientaion: "w-full items-center justify-center",
4-
lines: "border-b border-gray-400 w-full",
4+
lines: "border border-gray-400 w-full",
55
label: {
66
start: "z-1 absolute left-4",
77
center: "z-1 absolute",
@@ -10,7 +10,7 @@ export const divider = {
1010
},
1111
vertical: {
1212
orientaion: "h-full items-center justify-center",
13-
lines: "border-r border-gray-400 h-full",
13+
lines: "border border-gray-400 h-full",
1414
label: {
1515
start: "z-1 absolute top-4",
1616
center: "z-1 absolute",

0 commit comments

Comments
 (0)