Skip to content

Commit 0036629

Browse files
committed
Use body-medium
1 parent 6fa66b2 commit 0036629

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src-ts/tools/learn/tca-certificate/validate-certificate/ValidateTCACertificate.module.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,6 @@
204204
}
205205
}
206206

207-
:global(p.body-large) {
208-
font-size: 20px;
209-
line-height: 26px;
210-
}
211-
212207
.certTitle {
213208
font-size: 40px;
214209
line-height: 40px;

src-ts/tools/learn/tca-certificate/validate-certificate/ValidateTCACertificate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const ValidateTCACertificate: FC<{}> = () => {
144144
</div>
145145
</div>
146146
</div>
147-
<p className='body-large'>
147+
<p className={classNames(isModalView ? 'body-medium' : 'body-large')}>
148148
{enrollment?.userName}
149149
{' '}
150150
has successfully met the requirements of the certification

0 commit comments

Comments
 (0)