1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Add style for default kind in ProgressBar

Fixes #8641
This commit is contained in:
Bogdan
2023-05-31 04:00:52 +03:00
parent fa1f07987c
commit 4ab1cb393a
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ interface CssExports {
'backTextContainer': string;
'container': string;
'danger': string;
'default': string;
'frontText': string;
'frontTextContainer': string;
'info': string;