Skip to content

Commit 445f586

Browse files
authored
Merge pull request #3206 from IgniteUI/vNext
Fix scrollbars theme
2 parents d021fc3 + 3721ca5 commit 445f586

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

projects/app-crm/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
1616
</head>
1717

18-
<body class="ig-typography igx-scrollbar">
18+
<body class="ig-typography ig-scrollbar">
1919
<app-root></app-root>
2020
</body>
2121

projects/app-lob/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
2525
</head>
2626

27-
<body class="ig-typography igx-scrollbar">
27+
<body class="ig-typography ig-scrollbar">
2828
<app-root></app-root>
2929
</body>
3030

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
1515
</head>
1616

17-
<body class="ig-typography igx-scrollbar">
17+
<body class="ig-typography ig-scrollbar">
1818
<app-root></app-root>
1919
</body>
2020

0 commit comments

Comments
 (0)