Skip to content

Commit

Permalink
Merge pull request #60 from platformatic/features/simple-change-ui
Browse files Browse the repository at this point in the history
fix: small changes
  • Loading branch information
tonysnowboardunderthebridge authored Dec 4, 2023
2 parents 4057268 + 6361481 commit 9dae969
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 9dae969

Please sign in to comment.