Skip to content

Commit 7d987c7

Browse files
authored
fix(icon-button-size): set margin properly (#774)
1 parent 9711709 commit 7d987c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/inputs/icon-button/size/src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
/* https://static.infragistics.com/xplatform/css/samples */
33

44
.size-small {
5-
margin: "10px";
5+
margin: 10px;
66
--ig-size: var(--ig-size-small);
77
}
88

99
.size-medium {
10-
margin: "10px";
10+
margin: 10px;
1111
--ig-size: var(--ig-size-medium);
1212
}
1313

1414
.size-large {
15-
margin: "10px";
15+
margin: 10px;
1616
--ig-size: var(--ig-size-large);
1717
}

0 commit comments

Comments
 (0)