optimize style for FluPivot

This commit is contained in:
maben 2023-10-17 21:53:36 +08:00
parent ee071ee451
commit 0402b07dba

View File

@ -68,7 +68,7 @@ Page {
font.pixelSize: control.textSize
font.bold: control.textBold
color: {
if(item_button.hovered)
if(item_button.hovered || nav_list.currentIndex === index)
return textHoverColor
return textNormalColor
}