Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Apr 24, 2023
1 parent a77f88e commit 135c5f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions askomics/react/src/routes/overview/overview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ export default class Overview extends Component {
checkedChildren="2D"
unCheckedChildren="3D"
defaultChecked={true}
className="asko-switch-3d"
/>
<hr />
<WaitingDiv waiting={this.state.waiting} center />
Expand Down
4 changes: 4 additions & 0 deletions askomics/static/css/askomics.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,7 @@ button.input-with-icon {
background-color: #0356fc;
color: #fff;
}

.asko-switch-3d {
background-color: #87d068 !important;
}

0 comments on commit 135c5f1

Please sign in to comment.