Skip to content

Commit 1d69a7b

Browse files
authored
fix(hint): password hints fixes (#DS-2914) (#339)
1 parent 6cb89f6 commit 1d69a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/form-field/password-hint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const hasPasswordStrengthError = (passwordHints: QueryList<KbqPasswordHin
5151
<ng-content />
5252
</span>
5353
`,
54-
styleUrls: ['hint.scss'],
54+
styleUrls: ['hint.scss', 'hint-tokens.scss'],
5555
host: {
5656
'[attr.id]': 'id',
5757
class: 'kbq-hint kbq-password-hint',

0 commit comments

Comments
 (0)