Skip to content

Commit cd144eb

Browse files
author
pipeline
committed
feature(EJ2-5420): Tab Header template change
1 parent bd6a4ba commit cd144eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

src/common/component-content.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export class Content extends React.Component<{}, {}>{
369369
return (
370370
<TabComponent id='content-tab' className='sb-content-tab' selecting={preventTabSwipe} ref={t => sourceTab = t}>
371371
<div id="sb-content" className='sb-content-section'>
372-
<div id='sb-content-header' className="e-header sb-content-tab-header">
372+
<div id='sb-content-header' className="e-tab-header sb-content-tab-header">
373373
<div>
374374
<span className="sb-icons sb-icon-Demo"></span> DEMO </div>
375375
<div>
@@ -388,7 +388,7 @@ export class Content extends React.Component<{}, {}>{
388388
<div>
389389
<div className='sb-source-section'>
390390
<TabComponent id='sb-source-tab' className="sb-source-code-section" headerPlacement="Bottom" selecting={preventTabSwipe}>
391-
<div id='sb-content-header' className="e-header sb-content-tab-header">
391+
<div id='sb-content-header' className="e-tab-header sb-content-tab-header">
392392
<div>
393393
<span className="sb-ts-snippet-header"></span></div>
394394
</div>

0 commit comments

Comments
 (0)