1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

New: Improve status label and progress bar style for deleted movies

Closes #7127
This commit is contained in:
Bogdan
2024-08-15 23:34:56 +03:00
parent fa1d6ad109
commit 9ad6b3a611
19 changed files with 146 additions and 75 deletions
+1 -1
View File
@@ -4,9 +4,9 @@ interface CssExports {
'label': string;
'large': string;
'medium': string;
'name': string;
'outline': string;
'small': string;
'title': string;
}
export const cssExports: CssExports;
export default cssExports;