Style Login page
This commit is contained in:
19
TeroStyle/TextField.qml
Normal file
19
TeroStyle/TextField.qml
Normal file
@@ -0,0 +1,19 @@
|
||||
import QtQuick
|
||||
import QtQuick.Templates as T
|
||||
|
||||
T.TextField {
|
||||
background: Rectangle {
|
||||
id: background
|
||||
color: Colors.mantle
|
||||
radius: Dimensions.radius
|
||||
border.width: 1
|
||||
border.color: Colors.interactive
|
||||
height: 47
|
||||
}
|
||||
|
||||
color: Colors.foreground
|
||||
implicitHeight: background.height
|
||||
placeholderTextColor: Colors.interactive
|
||||
font: Typography.body
|
||||
padding: Dimensions.m
|
||||
}
|
||||
Reference in New Issue
Block a user