mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
app: configure environment color
Blue will be reserved for the buttons, not the borders
This commit is contained in:
committed by
David Lechner
parent
c302b8aa91
commit
d04958bb01
@@ -30,7 +30,7 @@ function App(): JSX.Element {
|
||||
</Col>
|
||||
</Row>
|
||||
<Row>
|
||||
<Col className="Terminal py-2">
|
||||
<Col className="terminal py-2">
|
||||
<Terminal />
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
@@ -13,7 +13,7 @@ type StatusProps = StateProps;
|
||||
class StatusBar extends React.Component<StatusProps> {
|
||||
render(): JSX.Element {
|
||||
return (
|
||||
<div className="bg-info p-2">
|
||||
<div className="status-bar p-2">
|
||||
<ProgressBar className="w-25" now={this.props.progress} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user