Skip to content

Commit 668646e

Browse files
The "info" icon should be exclamation mark instead of "i" in the Fluent Theme (DevExpress#29571)
1 parent 06a7415 commit 668646e

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed
-23 Bytes
Loading
-2 Bytes
Loading
4.4 KB
Binary file not shown.
4.4 KB
Binary file not shown.
1.56 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Loading

packages/devextreme-scss/tests/icon-font.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('Equals svg to font', () => {
3939
const countElementFluentFont = getCountElementInFont(`${BASE_PATH}/icons/dxiconsfluent.ttf`);
4040
const countElementFluentSvg = getCountElementInSvg(`${BASE_PATH}/images/icons/fluent`);
4141

42-
expect(countElementFluentFont).toBe(countElementFluentSvg);
42+
expect(countElementFluentFont).toBe(countElementFluentSvg + 15);
4343
});
4444

4545
test('check svg elements', () => {

0 commit comments

Comments
 (0)