Style code
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import QtQuick
|
||||
import QtQuick.Templates as T
|
||||
|
||||
T.TextField {
|
||||
T.TextField
|
||||
{
|
||||
id: control
|
||||
background: Rectangle {
|
||||
background: Rectangle
|
||||
{
|
||||
id: background
|
||||
color: Colors.mantle
|
||||
radius: Dimensions.radius
|
||||
@@ -16,5 +18,6 @@ T.TextField {
|
||||
implicitHeight: background.height
|
||||
placeholderTextColor: Colors.interactive
|
||||
font: Typography.body
|
||||
padding: Dimensions.m
|
||||
}
|
||||
padding: Dimensions.s
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user