Skip to content

Commit

Permalink
fix(suite): Fix ViewOnlyPromo
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik committed Sep 10, 2024
1 parent 5b29207 commit f15a444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export const ViewOnlyPromoContent = () => {

return (
<Card paddingType="small" maxWidth={476}>
<Column gap={spacings.md}>
<Column gap={spacings.md} alignItems="stretch">
<ElevationContext baseElevation={elevation}>
<Top />
</ElevationContext>
Expand Down

0 comments on commit f15a444

Please sign in to comment.