Skip to content

Commit

Permalink
Confirmed background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall committed Dec 31, 2024
1 parent ddb04be commit 1b1c457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const AttackDiscoveryUpsellingSectionComponent: React.FC<Props> = ({
() => (
<EuiFlexGroup alignItems="center" direction="column" gutterSize="none">
<EuiFlexItem data-test-subj="assistantAvatar" grow={false}>
<AssistantBeacon />
<AssistantBeacon backgroundColor="emptyShade" />
<EuiSpacer size="m" />
</EuiFlexItem>

Expand Down

0 comments on commit 1b1c457

Please sign in to comment.