Skip to content

Commit aef69dc

Browse files
committed
update style
1 parent 01f8e21 commit aef69dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
5050
await page.addStyleTag({
5151
content: `
5252
* {
53-
-webkit-font-smoothing: subpixel-antialiased !important;
54-
-moz-osx-font-smoothing: subpixel-antialiased !important;
55-
text-rendering: geometricPrecision !important;
53+
-moz-osx-font-smoothing: grayscale !important;
5654
}
5755
`
5856
});

0 commit comments

Comments
 (0)