Skip to content

Commit bb7ed64

Browse files
committed
fix: border color
1 parent ccbfe30 commit bb7ed64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor/src/examples/Editor.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
overflow: hidden;
55
max-height: 100vh;
66
margin: 32px auto;
7-
border: 1px solid var(--border-color);
7+
border: 1px solid var(--kona-editor-border-color);
88
border-radius: 8px;
99
}
1010

0 commit comments

Comments
 (0)