Skip to content

Commit

Permalink
linewidth change
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarnavi committed May 9, 2024
1 parent 914e85a commit a2baab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/onemit2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const hilbert_layer = {
"layout": {"visibility": "visible"},
"paint": {
"line-color": "rgb(36, 107, 206)",
"line-width": 2,
"line-width": 1,
"line-opacity": background_opacity
}
};
Expand Down Expand Up @@ -169,7 +169,7 @@ const hilbert_layer_inset = {
"layout": {"visibility": "visible"},
"paint": {
"line-color": "rgb(36, 107, 206)",
"line-width": 2,
"line-width": 1,
}
};

Expand Down

0 comments on commit a2baab1

Please sign in to comment.