Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8be9572

Browse files
author
m32
committed
member name
1 parent 146cf39 commit 8be9572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borders.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
py::class_<lh::css_border>(m, "css_border")
22
.def_readwrite("width", &lh::css_border::width)
33
.def_readwrite("style", &lh::css_border::style)
4-
.def_readwrite("style", &lh::css_border::color)
4+
.def_readwrite("color", &lh::css_border::color)
55
//
66
.def(py::init<>())
77
.def(py::init<const lh::css_border&>())

0 commit comments

Comments
 (0)