blob: a3b60d951a6d59f3e10ce3096507b5ee48ee4a29 [file] [log] [blame]
// Import theming functions
@use '~@angular/material' as mat;
// Import custom theme
@import 'client/theme.scss';
hi-history-list {
.current {
color: mat.get-color-from-palette($hi-primary);
}
.mat-icon {
@include md-icon-size(20px);
}
}