Skip to content

Commit 7426d7a

Browse files
committed
fix: adjust padding for token list
1 parent f586bb7 commit 7426d7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/theme-generator/src/font-panel/components/FontSizeAdjust.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export default {
283283
}
284284
&__token-list {
285285
margin-top: 8px;
286-
padding: 4px 4px 0 4px;
286+
padding: 4px;
287287
border-radius: 9px;
288288
background-color: var(--bg-color-theme-secondary);
289289

packages/theme-generator/src/font-panel/components/LineHeightAdjust.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export default {
251251
}
252252
&__token-list {
253253
margin-top: 8px;
254-
padding: 4px 4px 0 4px;
254+
padding: 4px;
255255
border-radius: 9px;
256256
background-color: var(--bg-color-theme-secondary);
257257
.code {

0 commit comments

Comments
 (0)