We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d77e6 commit 9d1ae06Copy full SHA for 9d1ae06
1 file changed
src/sections/Projects/Sistent/identity/spacing/code.js
@@ -161,12 +161,8 @@ const SpacingCode = () => {
161
<StyledTableCell sx={{ fontFamily: "monospace" }}>
162
<CopyValue copyValue={spacing.token} />
163
</StyledTableCell>
164
- <StyledTableCell>
165
- <CopyValue copyValue={spacing.px} />
166
- </StyledTableCell>
167
168
- <CopyValue copyValue={spacing.rem} />
169
+ <StyledTableCell> {spacing.px} </StyledTableCell>
+ <StyledTableCell> {spacing.rem} </StyledTableCell>
170
<StyledTableCell align="center">
171
<SpacingVisualBox size={spacing.size} />
172
0 commit comments