1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-08 01:37:52 +01:00

fix: wrong import in colors

This commit is contained in:
2025-09-03 14:05:08 +02:00
committed by wyzula-jan
parent 3bdb8f2559
commit 6ecc06de1d

View File

@@ -12,7 +12,7 @@ from qtpy.QtGui import QColor
from qtpy.QtWidgets import QApplication
if TYPE_CHECKING: # pragma: no cover
from bec_qthemes._main import AccentColors
from bec_qthemes._theme import AccentColors
def get_theme_name():