Skip to content

Commit

Permalink
[Upd #71] Improve legend UI
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Oct 5, 2022
1 parent ad0c2d9 commit a5fb8e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/PlanningTool.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
.explanatory-notes .note {
display: flex;
align-items: center;
padding: .2rem;
padding-top: .5rem;
}

.explanatory-notes .note .legend-color {
Expand Down
4 changes: 2 additions & 2 deletions src/constants/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ export default class Constants{
static MILESTONE_EDIT = 'milestone-edit'
static DEFAULT_LEGEND_ITEMS = [
{
name: "current selection & parents/children",
name: "Current selection & parents/children",
color: "#FFC107",
},
{
name: "non movable item",
name: "Non-movable item",
color:
"repeating-linear-gradient( -45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 2px, #465298 2px, #465298 4px )",
},
Expand Down

0 comments on commit a5fb8e9

Please sign in to comment.