Change color New-UDIconButton on hoover?

Hi,
what MAUI component are used? I want to change color on the New-UDIconButton when I have the mouse on it, my guess that it’s the chip right?

Product: PowerShell Universal
Version: 3.1.0

It’s MuiIconButton

        MuiIconButton = @{
            root = @{
                '&:hover' = @{
                    'background-color' = "#fff3"
                }
            }
        }