Skip to content

Commit 700b338

Browse files
authored
fix(Loader): remove redundant spacing (#370)
1 parent 27821c5 commit 700b338

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/src/components/Loader/styles.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ export const styleSheetLoader: StyleSheet = ({ color, unit }) => ({
3838
animationFillMode: 'both',
3939
verticalAlign: 'middle',
4040
backgroundColor: color.core.primary[3],
41+
'@selectors': {
42+
':last-child': {
43+
marginRight: 0,
44+
},
45+
},
4146
},
4247

4348
dot_inverted: {

0 commit comments

Comments
 (0)