MudBlazor/MudBlazor
在 GitHub 查看MudPagination & MudStepper: Allow controlling button color via Color parameter
Open
#11,983 建立於 2025年10月21日
enhancementgood first issue
描述
Describe your idea
Problem:
There is no way to override the color of the buttons in the MudPagination control. Only the current page button is reacting to the Color parameter. The color of the buttons are set to the default color in the MudGlobal: MudGlobal.ButtonDefaults.Color.
Solution:
The Buttons/IconButtons should be set to the value of the Color parameter.
Alternatives or examples
No response