Skip to content

Commit

Permalink
GUI: improve colors
Browse files Browse the repository at this point in the history
  • Loading branch information
e-sollier committed Mar 13, 2024
1 parent 627f1c8 commit 2929322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions figeno/gui/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default function App() {
const regions=[];
for (const r of data.regions){
const region={id:uuid4(),...r};
if (!region.hasOwnProperty("color")) {region.color="#f4a460"}
regions.push(region);
}
setRegionsList(regions);
Expand Down
2 changes: 1 addition & 1 deletion figeno/gui/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ input{
right:30%;*/
left:50%;
width:700px;
margin-left: -350px;
margin-left: -390px;
top:10%;
/*left:50px;*/

Expand Down

0 comments on commit 2929322

Please sign in to comment.