Skip to content

Commit

Permalink
update background color in "state" block (opensearch-project#903)
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

Signed-off-by: Ruochen Wang <[email protected]>

* update test snapshot

---------

Signed-off-by: Ruochen Wang <[email protected]>
Co-authored-by: bowenlan-amzn <[email protected]>
  • Loading branch information
wrch0712 and bowenlan-amzn authored Nov 18, 2023
1 parent 03f268d commit 44da2ab
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 44da2ab

Please sign in to comment.