File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,19 @@ <h2 bitTypography="h6" class="tw-font-semibold">
57
57
[disabled] ="currentAccount.status === lockedStatus || !activeUserCanLock "
58
58
[title] ="!activeUserCanLock ? ('unlockMethodNeeded' | i18n) : '' "
59
59
>
60
- < i slot ="start " class ="bwi bwi-lock tw-text-2xl tw-text-main " aria-hidden ="true "> </ i >
60
+ < i slot ="start " class ="bwi bwi-lock tw-text-lg tw-text-main " aria-hidden ="true "> </ i >
61
61
{{ "lockNow" | i18n }}
62
62
</ button >
63
63
</ bit-item >
64
64
< bit-item >
65
65
< button type ="button " bit-item-content (click) ="logOut(currentAccount.id) ">
66
- < i slot ="start " class ="bwi bwi-sign-out tw-text-2xl tw-text-main " aria-hidden ="true "> </ i >
66
+ < i slot ="start " class ="bwi bwi-sign-out tw-text-lg tw-text-main " aria-hidden ="true "> </ i >
67
67
{{ "logOut" | i18n }}
68
68
</ button >
69
69
</ bit-item >
70
70
< bit-item *ngIf ="showLockAll$ | async ">
71
71
< button type ="button " bit-item-content (click) ="lockAll() ">
72
- < i slot ="start " class ="bwi bwi-lock tw-text-2xl tw-text-main " aria-hidden ="true "> </ i >
72
+ < i slot ="start " class ="bwi bwi-lock tw-text-lg tw-text-main " aria-hidden ="true "> </ i >
73
73
{{ "lockAll" | i18n }}
74
74
</ button >
75
75
</ bit-item >
Original file line number Diff line number Diff line change 32
32
</ div >
33
33
</ ng-container >
34
34
35
- < i slot ="end " class ="bwi tw-text-2xl " [ngClass] ="status.icon " aria-hidden ="true "> </ i >
35
+ < i slot ="end " class ="bwi tw-text-lg " [ngClass] ="status.icon " aria-hidden ="true "> </ i >
36
36
</ button >
37
37
</ bit-item >
38
38
39
39
< bit-item *ngIf ="account.id === specialAccountAddId ">
40
40
< button type ="button " bit-item-content (click) ="selectAccount(account.id) ">
41
- < i slot ="start " class ="bwi bwi-plus tw-text-2xl tw-text-main " aria-hidden ="true "> </ i >
41
+ < i slot ="start " class ="bwi bwi-plus tw-text-lg tw-text-main " aria-hidden ="true "> </ i >
42
42
{{ account.name | i18n }}
43
43
</ button >
44
44
</ bit-item >
You can’t perform that action at this time.
0 commit comments