mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08: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:
+2
-2
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user