mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ACA-2523] Fix text color of comment user icon (#5635)
This commit is contained in:
parent
098b9881eb
commit
1f5215cd38
@ -48,7 +48,7 @@
|
|||||||
padding: 10px 5px;
|
padding: 10px 5px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
background-color: mat-color($primary);
|
background-color: mat-color($primary);
|
||||||
color: mat-contrast($primary, default);
|
color: mat-color($primary, default-contrast);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user