We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2928b60 + 5818ea4 commit b24711eCopy full SHA for b24711e
src-ts/tools/learn/learn-lib/tca-certificate-preview/tca-certificate/TCACertificate.tsx
@@ -48,7 +48,7 @@ const TCACertificate: FC<TCACertificateProps> = (props: TCACertificateProps) =>
48
className={classNames(styles.wrap, props.viewStyle)}
49
ref={props.elRef}
50
>
51
- <div className={styles.theme}>
+ <div className={classNames(styles.theme, styles[`theme-${certificateType.toLowerCase()}`])}>
52
<CertificateBackground className={styles.background} certType={certificateType} />
53
<div className={classNames(styles.details)}>
54
<div className={styles.headerWrap}>
0 commit comments