diff --git a/frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-dialog/saved-filters-dialog.component.css b/frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-dialog/saved-filters-dialog.component.css index 1e3b4f0de..f223040b2 100644 --- a/frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-dialog/saved-filters-dialog.component.css +++ b/frontend/src/app/components/dashboard/db-table-view/saved-filters-panel/saved-filters-dialog/saved-filters-dialog.component.css @@ -407,17 +407,18 @@ /* Add lock icon when unchecked */ .quick-edit-toggle ::ng-deep .mdc-switch__handle::after { - font-family: 'Material Icons'; + font-family: 'Material Symbols Outlined'; content: 'lock'; - font-size: 16px; + font-size: 14px; position: absolute; color: #fff; } /* Add edit icon when checked */ .quick-edit-toggle.mat-mdc-slide-toggle-checked ::ng-deep .mdc-switch__handle::after { + font-family: 'Material Symbols Outlined'; content: 'edit'; - font-size: 16px; + font-size: 14px; color: #fff; }