Skip to content

Commit fb20b00

Browse files
Restore separator color fixture.
1 parent d69eae7 commit fb20b00

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"name": "core/separator",
4+
"isValid": true,
5+
"attributes": {
6+
"opacity": "alpha-channel",
7+
"tagName": "hr",
8+
"backgroundColor": "accent"
9+
},
10+
"innerBlocks": []
11+
}
12+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"name": "core/separator",
4+
"isValid": true,
5+
"attributes": {
6+
"opacity": "alpha-channel",
7+
"tagName": "hr",
8+
"style": {
9+
"color": {
10+
"background": "#5da54c"
11+
}
12+
}
13+
},
14+
"innerBlocks": []
15+
}
16+
]

0 commit comments

Comments
 (0)