Skip to content

Commit

Permalink
make EuiCard transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMarcialis committed Jun 23, 2021
1 parent ae3a55b commit 5625820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const GettingStarted: FC<Props> = ({ addBasePath, isDarkTheme, apps }) =>
<EuiFlexItem key={title}>
<EuiCard
description={subtitle}
display="plain"
display="transparent"
icon={<EuiIcon color="text" size="l" type={icon} />}
layout="horizontal"
paddingSize="none"
Expand Down

0 comments on commit 5625820

Please sign in to comment.