mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
fix ripple color value (#266)
This commit is contained in:
committed by
Denys Vuika
parent
9f3bfdad4f
commit
9046ef16ad
@@ -72,7 +72,7 @@
|
|||||||
[color]="rla.isActive ? 'accent': 'primary'"
|
[color]="rla.isActive ? 'accent': 'primary'"
|
||||||
mat-icon-button
|
mat-icon-button
|
||||||
mat-ripple
|
mat-ripple
|
||||||
[matRippleColor]="primary"
|
matRippleColor="primary"
|
||||||
[matRippleTrigger]="rippleTrigger"
|
[matRippleTrigger]="rippleTrigger"
|
||||||
[matRippleCentered]="true">
|
[matRippleCentered]="true">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user