Skip to content

Commit

Permalink
update background color in "state" block (#903) (#942)
Browse files Browse the repository at this point in the history
* update background color in "state" block

* fix unit test failure

* fix unit test failure



* update test snapshot

---------



(cherry picked from commit 44da2ab)

Signed-off-by: Ruochen Wang <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: bowenlan-amzn <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 9d754af commit fa2a164
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
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="l">
<EuiFlexItem grow={false}>
<EuiText>
<h4>Actions</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ exports[`<State /> spec renders the component 1`] = `
>
<div
class="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--directionColumn euiFlexGroup--responsive"
style="background-color: rgb(248, 249, 252);"
>
<div
class="euiFlexItem euiFlexItem--flexGrowZero"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ exports[`<States /> spec renders the component 1`] = `
>
<div
class="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--directionColumn euiFlexGroup--responsive"
style="background-color: rgb(248, 249, 252);"
>
<div
class="euiFlexItem euiFlexItem--flexGrowZero"
Expand Down Expand Up @@ -485,7 +484,6 @@ exports[`<States /> spec renders the component 1`] = `
>
<div
class="euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--directionColumn euiFlexGroup--responsive"
style="background-color: rgb(248, 249, 252);"
>
<div
class="euiFlexItem euiFlexItem--flexGrowZero"
Expand Down

0 comments on commit fa2a164

Please sign in to comment.