We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa5021 commit 6ed38efCopy full SHA for 6ed38ef
apps/builder/app/builder/features/style-panel/shared/style-info.test.ts
@@ -233,17 +233,6 @@ test("compute inherited styles", () => {
233
"value": "antialiased",
234
},
235
236
- "fontFamily": {
237
- "instanceId": "1",
238
- "value": {
239
- "type": "fontFamily",
240
- "value": [
241
- "Arial",
242
- "Roboto",
243
- "sans-serif",
244
- ],
245
- },
246
247
"fontSize": {
248
"instanceId": "1",
249
"styleSourceId": "styleSourceId1",
@@ -261,14 +250,6 @@ test("compute inherited styles", () => {
261
250
"value": "600",
262
251
263
252
264
- "lineHeight": {
265
266
267
- "type": "unit",
268
- "unit": "number",
269
- "value": 1.2,
270
271
272
253
}
273
254
`);
274
255
});
0 commit comments