layout, radius and border
This commit is contained in:
parent
7de7ae19bb
commit
af396bc2c5
17 changed files with 67 additions and 65 deletions
|
|
@ -7,7 +7,7 @@ Button {
|
|||
property alias border: rectangle.border
|
||||
property alias radius: rectangle.radius
|
||||
|
||||
font.pixelSize: 14
|
||||
font.pixelSize: Styling.typography.textSize.base
|
||||
verticalPadding: 6
|
||||
horizontalPadding: 8
|
||||
|
||||
|
|
@ -33,6 +33,6 @@ Button {
|
|||
background: Rectangle {
|
||||
id: rectangle
|
||||
color: root.palette.button
|
||||
radius: 8
|
||||
radius: Styling.theme.radiusField
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue