Skip to content

Commit

Permalink
fix: small changes
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Sonis <[email protected]>
  • Loading branch information
tonysnowboardunderthebridge committed Dec 4, 2023
1 parent 4057268 commit 6361481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const GeneratingApplication = React.forwardRef(({ onRestartProcess }, ref) => {
key='editService'
setIsOpen={() => setShowModalContinue(false)}
title='Application Created!'
titleClassName={`${typographyStyles.desktopBody} ${typographyStyles.textWhite} ${typographyStyles.opacity70}`}
titleClassName={`${typographyStyles.desktopHeadline5} ${typographyStyles.textWhite}`}
layout={MODAL_POPUP_V2}
>
<div className={`${commonStyles.mediumFlexBlock} ${commonStyles.fullWidth}`}>
Expand Down

0 comments on commit 6361481

Please sign in to comment.