Skip to content

Commit 79ca9eb

Browse files
committed
Fixed error style in subscriptions example
1 parent 0427dce commit 79ca9eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/subscriptions/Styles.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ export default styled.div`
8585
& > input[type='checkbox'] {
8686
margin-top: 7px;
8787
}
88+
& > span {
89+
line-height: 32px;
90+
margin-left: 10px;
91+
color: #800;
92+
font-weight: bold;
93+
}
8894
& > div {
8995
margin-left: 16px;
9096
& > label {

0 commit comments

Comments
 (0)