We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5b667 commit 9b83533Copy full SHA for 9b83533
src/theme/defaultTheme/divider.ts
@@ -1,7 +1,7 @@
1
export const divider = {
2
horizontal: {
3
orientaion: "w-full items-center justify-center",
4
- lines: "border-b border-gray-400 w-full",
+ lines: "border border-gray-400 w-full",
5
label: {
6
start: "z-1 absolute left-4",
7
center: "z-1 absolute",
@@ -10,7 +10,7 @@ export const divider = {
10
},
11
vertical: {
12
orientaion: "h-full items-center justify-center",
13
- lines: "border-r border-gray-400 h-full",
+ lines: "border border-gray-400 h-full",
14
15
start: "z-1 absolute top-4",
16
0 commit comments