Skip to content

Commit 730b03f

Browse files
vitalyozzarmnturov
andauthored
feat(spacing): fix spacing for our new icons (#47)
* feat(spacing): fix spacing for our new icons * feat(file-upload): update grid divider color contrast-fade → contrast-less --------- Co-authored-by: Roman Turov <[email protected]>
1 parent ea3bae9 commit 730b03f

File tree

3 files changed

+96
-97
lines changed

3 files changed

+96
-97
lines changed

packages/design-tokens/web/components/alert.json5

+3-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@
4040
}
4141
},
4242
'close-button': {
43-
// переделал токены. см спеку
4443
margin: {
45-
top: { value: '{size.s}' },
46-
left: { value: '{size.3xs}' }
44+
top: { value: '14px' },
45+
left: { value: '6px' }
4746
}
4847
},
4948
// не нравится название
@@ -317,4 +316,4 @@
317316
}
318317
}
319318
}
320-
}
319+
}

0 commit comments

Comments
 (0)