move styled text field

This commit is contained in:
Benjamin Palko 2025-09-03 09:46:42 -04:00
parent 9cf647bfb3
commit aa943a44b6

View file

@ -0,0 +1,8 @@
import qs.config
import QtQuick.Controls
TextField {
color: Theme.palette.basecontent
background: null
}