diff --git a/projects/EU-Utility/core/eu_styles.py b/projects/EU-Utility/core/eu_styles.py index 9bcc29d..e73d118 100644 --- a/projects/EU-Utility/core/eu_styles.py +++ b/projects/EU-Utility/core/eu_styles.py @@ -146,7 +146,7 @@ EU_STYLES = { font-weight: bold; font-size: 11px; }} - ""', + """, 'progress_bar': f""" QProgressBar {{ @@ -181,7 +181,7 @@ EU_STYLES = { background-color: rgba(45, 50, 70, 240); color: {EU_COLORS['text_secondary']}; }} - ""', + """, 'floating_icon': f""" QLabel {{ @@ -197,7 +197,7 @@ EU_STYLES = { border: 1px solid {EU_COLORS['accent_orange']}; border-radius: {EU_RADIUS['small']}; }} - ""', + """, } def get_eu_style(style_name):