diff --git a/client/ayon_core/style/style.css b/client/ayon_core/style/style.css index e6009cf5a9..4ef903540e 100644 --- a/client/ayon_core/style/style.css +++ b/client/ayon_core/style/style.css @@ -846,14 +846,14 @@ ActionsView[mode="icon"]::item { ActionsView[mode="icon"]::item:hover { color: {color:font-hover}; - background: #384350; + background: #424A57; } ActionsView[mode="icon"]::icon {} ActionMenuPopup #Wrapper { border-radius: 0.3em; - background: #14161A; + background: #353B46; } ActionMenuPopup ActionsView[mode="icon"] { background: transparent; diff --git a/client/ayon_core/tools/launcher/ui/actions_widget.py b/client/ayon_core/tools/launcher/ui/actions_widget.py index 01e6d4a7d1..1097e7bfd0 100644 --- a/client/ayon_core/tools/launcher/ui/actions_widget.py +++ b/client/ayon_core/tools/launcher/ui/actions_widget.py @@ -55,7 +55,7 @@ class LauncherSettingsLabel(PixmapLabel): def __init__(self, parent): icon = self._get_settings_icon() - super().__init__(icon.pixmap(256, 256), parent) + super().__init__(icon.pixmap(64, 64), parent) @classmethod def _get_settings_icon(cls): @@ -563,7 +563,7 @@ class ActionDelegate(QtWidgets.QStyledItemDelegate): "type": "material-symbols", "name": "more_horiz", }) - base_pix = icon.pixmap(128, 128) + base_pix = icon.pixmap(64, 64) cls._cached_extender_base_pix = base_pix pix = base_pix.scaled(