forked from Shinonome/dots-hyprland
sidebar calendar done
This commit is contained in:
@@ -11,8 +11,8 @@ Button {
|
||||
required default property Item content
|
||||
property bool extraActiveCondition: false
|
||||
|
||||
implicitWidth: 26
|
||||
implicitHeight: 26
|
||||
implicitHeight: Math.max(content.implicitHeight, 26, content.implicitHeight)
|
||||
implicitWidth: Math.max(content.implicitHeight, 26, content.implicitWidth)
|
||||
contentItem: content
|
||||
|
||||
background: Rectangle {
|
||||
|
||||
@@ -7,5 +7,5 @@ Text {
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
font.family: Appearance.font.family.main
|
||||
font.pixelSize: Appearance.font.pixelSize.small
|
||||
color: Appearance.colors.colOnBackground
|
||||
color: Appearance.m3colors.m3onBackground
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user