From fd7650c404367ff56b33bdc0654b034451f67ce8 Mon Sep 17 00:00:00 2001 From: hawkgs Date: Tue, 24 Jun 2025 17:39:43 +0300 Subject: [PATCH] refactor(devtools): update profiler recorder icons (#62246) Update the recorder controls icons to match better the presented actions. PR Close #62246 --- .../src/lib/devtools-tabs/profiler/profiler.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html b/devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html index 8bbca2a5316..da46ebd0ad9 100644 --- a/devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html +++ b/devtools/projects/ng-devtools/src/lib/devtools-tabs/profiler/profiler.component.html @@ -8,7 +8,7 @@ matTooltip="Start recording" aria-label="Start recording" > - circle + radio_button_checked

@@ -35,7 +35,7 @@ matTooltip="Stop recording" aria-label="Stop recording" > - circle + stop_circle