diff --git a/bauh/view/resources/style/knight/knight.qss b/bauh/view/resources/style/knight/knight.qss index a82fc5b6..cf42fe6b 100644 --- a/bauh/view/resources/style/knight/knight.qss +++ b/bauh/view/resources/style/knight/knight.qss @@ -413,6 +413,10 @@ QLabel[tip_icon = "true"] { qproperty-pixmap: url("@style_dir/img/help.svg"); } +QLabel#confirm_dialog_icon { + qproperty-pixmap: url("@style_dir/img/help.svg"); +} + FormQt IconButton#clean_field { qproperty-icon: url("@style_dir/img/clean.svg"); }