Skip to content

Commit

Permalink
update background color in "state" block
Browse files Browse the repository at this point in the history
  • Loading branch information
wrch0712 committed Oct 28, 2023
1 parent f10e3c9 commit 78902da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const State = ({ state, isInitialState, idx, onClickEditState, onClickDeleteStat
}
paddingSize="l"
>
<EuiFlexGroup direction="column" style={{ backgroundColor: "#f8f9fc" }}>
<EuiFlexGroup direction="column" gutterSize="m">
<EuiFlexItem grow={false}>
<EuiText>
<h4>Actions</h4>
Expand Down

0 comments on commit 78902da

Please sign in to comment.