Skip to content

Commit d8ce4ae

Browse files
committed
Fix CI warning
1 parent 7c8ae4b commit d8ce4ae

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

playground/src/PlaygroundView.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,6 @@ export class PlaygroundView extends React.Component<IPlaygroundViewProps, IPlayg
139139
borderColor: '#c0c0c0'
140140
};
141141

142-
const bannerStyle: React.CSSProperties = {
143-
width: '100%',
144-
padding: '8px 16px',
145-
border: '1px solid #006721',
146-
borderRadius: '3px',
147-
color: 'var(--white)',
148-
background: '#108938',
149-
marginBottom: '8px',
150-
fontSize: '14px'
151-
};
152-
153142
return (
154143
<FlexColDiv className="playground-input-box" style={{ flex: 1 }}>
155144
<div className="playground-button-bar" style={{ height: '40px', boxSizing: 'border-box' }}>

0 commit comments

Comments
 (0)