update sidebar

This commit is contained in:
end-4
2025-06-02 23:23:58 +02:00
parent 0fba075f52
commit c26685b1de
4 changed files with 15 additions and 34 deletions
@@ -0,0 +1,10 @@
import "root:/modules/common"
import QtQuick
import QtQuick.Controls
TextArea {
renderType: Text.NativeRendering
selectedTextColor: Appearance.m3colors.m3onSecondaryContainer
selectionColor: Appearance.m3colors.m3secondaryContainer
placeholderTextColor: Appearance.m3colors.m3outline
}