fab: update color mappings

This commit is contained in:
end-4
2025-06-18 23:56:22 +02:00
parent ab991789f0
commit bd79bc232b
@@ -16,9 +16,9 @@ RippleButton {
implicitWidth: Math.max(contentRowLayout.implicitWidth + 10 * 2, baseSize)
implicitHeight: baseSize
buttonRadius: Appearance.rounding.small
colBackground: Appearance.colors.colSecondaryContainer
colBackgroundHover: Appearance.colors.colSecondaryContainerHover
colRipple: Appearance.colors.colSecondaryContainerActive
colBackground: Appearance.colors.colPrimaryContainer
colBackgroundHover: Appearance.colors.colPrimaryContainerHover
colRipple: Appearance.colors.colPrimaryContainerActive
contentItem: RowLayout {
id: contentRowLayout
property real horizontalMargins: (root.baseSize - icon.width) / 2
@@ -34,7 +34,7 @@ RippleButton {
Layout.fillWidth: true
horizontalAlignment: Text.AlignHCenter
iconSize: 24
color: Appearance.colors.colOnLayer1
color: Appearance.colors.colOnPrimaryContainer
text: root.iconText
}
Loader {
@@ -50,7 +50,7 @@ RippleButton {
leftMargin: root.elementSpacing
}
text: root.buttonText
color: Appearance.colors.colOnLayer1
color: Appearance.colors.colOnPrimaryContainer
font.pixelSize: 14
font.weight: 450
}