File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ const ALT_FOUNDATION_TOKENS: FoundationTokenType = {
179179 '10' : '10px' ,
180180 '12' : '12px' ,
181181 '14' : '14px' ,
182+ '15' : '15px' ,
182183 '16' : '16px' ,
183184 '18' : '18px' ,
184185 '20' : '20px' ,
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ export const getSidebarTokens = (
216216 backgroundColor : foundationToken . colors . gray [ 25 ] ,
217217 padding : {
218218 x : foundationToken . unit [ 12 ] ,
219- y : foundationToken . unit [ 14 ] ,
219+ y : foundationToken . unit [ 15 ] ,
220220 } ,
221221 gap : foundationToken . unit [ 16 ] ,
222222 borderBottom : `1px solid ${ foundationToken . colors . gray [ 200 ] } ` ,
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export type UnitTokensType = Readonly<{
2121 10 : UnitType
2222 12 : UnitType
2323 14 : UnitType
24+ 15 : UnitType
2425 16 : UnitType
2526 18 : UnitType
2627 20 : UnitType
@@ -57,6 +58,7 @@ const unitTokens: UnitTokensType = {
5758 12 : '12px' ,
5859 13 : '13px' ,
5960 14 : '14px' ,
61+ 15 : '15px' ,
6062 16 : '16px' ,
6163 18 : '18px' ,
6264 20 : '20px' ,
You can’t perform that action at this time.
0 commit comments