Skip to content

Commit

Permalink
fix(harvest): Illustration as title in Suggestion
Browse files Browse the repository at this point in the history
This will fix a display issue where the Dialog doesn't have top
padding from the native device
  • Loading branch information
acezard committed Nov 27, 2023
1 parent dc2916b commit daecc19
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -48,10 +48,9 @@ const KonnectorSuggestionModal = ({
<IllustrationDialog
open
onClose={onClose}
title={<Illustration alt={t('app.logo.alt', { name })} app={slug} />}
content={
<div className="u-flex u-flex-column u-flex-items-center u-h-100">
<Illustration alt={t('app.logo.alt', { name })} app={slug} />

<div className="u-flex u-flex-column u-flex-items-center">
<Typography className="u-mb-half" variant="h4">
{t('suggestions.title', { name })}
</Typography>
Expand Down

0 comments on commit daecc19

Please sign in to comment.