diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 1a5fa33..22e5b36 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -487,7 +487,7 @@ COVER_FRAME_STYLE = f""" """ # СКРУГЛЕНИЕ LABEL ПОД ОБЛОЖКУ -COVER_LABEL_STYLE = "border-radius: 100px;" +COVER_LABEL_STYLE = f"border-radius: {border_radius_b};" # ВИДЖЕТ ДЕТАЛЕЙ (ТЕКСТ, ОПИСАНИЕ) DETAILS_WIDGET_STYLE = f"background: rgba(20,20,20,0.40); border-radius: {border_radius_b}; padding: 10px;"