mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(devtools): update profiler recorder icons (#62246)
Update the recorder controls icons to match better the presented actions. PR Close #62246
This commit is contained in:
parent
6ec2900f90
commit
fd7650c404
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
matTooltip="Start recording"
|
||||
aria-label="Start recording"
|
||||
>
|
||||
<mat-icon> circle </mat-icon>
|
||||
<mat-icon> radio_button_checked </mat-icon>
|
||||
</button>
|
||||
|
||||
<p class="instructions">
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
matTooltip="Stop recording"
|
||||
aria-label="Stop recording"
|
||||
>
|
||||
<mat-icon> circle </mat-icon>
|
||||
<mat-icon> stop_circle </mat-icon>
|
||||
</button>
|
||||
|
||||
<p class="instructions">
|
||||
|
|
|
|||
Loading…
Reference in a new issue