Skip to content

Commit

Permalink
refactor: Update color of title on FlowBuilder and FormBuilder compon…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
trheyi committed Jun 4, 2024
1 parent 1ebe45d commit 7cb3444
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/xgen/components/edit/FlowBuilder/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
margin: 12px;
background: var(--color_bg);
border-radius: var(--radius);
color: var(--color_title);

.title {
font-size: 14px;
Expand All @@ -88,6 +89,10 @@
cursor: pointer;
}

.title:hover {
color: var(--color_main);
}

.actions {
display: flex;
justify-content: flex-end;
Expand Down
6 changes: 6 additions & 0 deletions packages/xgen/components/edit/FormBuilder/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
margin: 12px;
background: var(--color_bg);
border-radius: var(--radius);
color: var(--color_title);

.title {
font-size: 14px;
Expand All @@ -135,6 +136,10 @@
cursor: pointer;
}

.title:hover {
color: var(--color_main);
}

.actions {
display: flex;
justify-content: flex-end;
Expand All @@ -159,6 +164,7 @@
background-color: var(--color_title);
}
}

.layout {
padding: 0;
}
Expand Down

0 comments on commit 7cb3444

Please sign in to comment.