import qs.config import QtQuick import QtQuick.Controls.Basic TabBar { id: control background: Rectangle { color: Styling.theme.base100 } }