Skip to content

Commit

Permalink
'error' make this message more prominent (even though it is technical…
Browse files Browse the repository at this point in the history
…ly just an information)
  • Loading branch information
hofstef committed Nov 27, 2024
1 parent 138fab4 commit f81c1b2
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ElementRegistryService } from 'src/app/domain/services/element-registry
import {
SNACKBAR_DURATION,
SNACKBAR_DURATION_LONGER,
SNACKBAR_ERROR,
SNACKBAR_INFO,
SNACKBAR_SUCCESS,
} from '../../../domain/entities/constants';
Expand Down Expand Up @@ -359,7 +360,7 @@ export class IconSetCustomizationService {
undefined,
{
duration: SNACKBAR_DURATION_LONGER,
panelClass: SNACKBAR_INFO,
panelClass: SNACKBAR_ERROR,
},
);
}
Expand All @@ -370,7 +371,7 @@ export class IconSetCustomizationService {
undefined,
{
duration: SNACKBAR_DURATION_LONGER,
panelClass: SNACKBAR_INFO,
panelClass: SNACKBAR_ERROR,
},
);
}
Expand Down

0 comments on commit f81c1b2

Please sign in to comment.