Skip to content

Commit

Permalink
chore: reduced palette size following icon resize
Browse files Browse the repository at this point in the history
Related to #848
  • Loading branch information
Skaiir committed Oct 17, 2023
1 parent 75f1d97 commit 082fd87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/form-js-editor/assets/form-js-editor-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
var(--cds-border-strong-01, var(--color-grey-225-10-55))
);
--cursor-palette-field: grab;
--palette-width: 250px;
--palette-width: 246px;
}

.fjs-properties-container {
Expand Down Expand Up @@ -543,8 +543,7 @@
display: flex;
flex-direction: row;
padding: 4px;
margin: 15px;
margin-top: 12px;
margin: 12px;
color: var(--color-palette-search);
border: 1px solid var(--color-palette-search-border);
background-color: var(--color-palette-search-background);
Expand Down

0 comments on commit 082fd87

Please sign in to comment.