Skip to content

Commit 25f295d

Browse files
committed
Actually use the theme color
1 parent a75480a commit 25f295d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ function ThemeBorderColorRequest() { }
271271
function FancyBox(children) {
272272
const color = raise new ThemeBorderColorRequest();
273273
return {
274-
borderStyle: '1px solid blue',
274+
borderWidth: '1px',
275+
borderColor: color,
275276
children: children
276277
};
277278
}

0 commit comments

Comments
 (0)