Skip to content

Commit

Permalink
Fix CI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
octogonz committed Apr 8, 2022
1 parent 7c8ae4b commit d8ce4ae
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions playground/src/PlaygroundView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,6 @@ export class PlaygroundView extends React.Component<IPlaygroundViewProps, IPlayg
borderColor: '#c0c0c0'
};

const bannerStyle: React.CSSProperties = {
width: '100%',
padding: '8px 16px',
border: '1px solid #006721',
borderRadius: '3px',
color: 'var(--white)',
background: '#108938',
marginBottom: '8px',
fontSize: '14px'
};

return (
<FlexColDiv className="playground-input-box" style={{ flex: 1 }}>
<div className="playground-button-bar" style={{ height: '40px', boxSizing: 'border-box' }}>
Expand Down

0 comments on commit d8ce4ae

Please sign in to comment.