fixed small things
This commit is contained in:
@@ -19,7 +19,7 @@ MouseArea {
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: networkButton.containsMouse ? Colors.tertiary : Qt.alpha(Colors.tertiaryContainer, 0.25)
|
||||
radius: Config.radius
|
||||
radius: Config.radius_fun(networkButton.height)
|
||||
border.width: Config.border_width
|
||||
border.color: networkButton.containsMouse ? Colors.tertiaryContainer_fg
|
||||
: Colors.secondaryContainer_fg
|
||||
|
||||
Reference in New Issue
Block a user