MudBlazor/MudBlazor

MudPagination & MudStepper: Allow controlling button color via Color parameter

Open

#11,983 建立於 2025年10月21日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C# (10,394 star) (1,631 fork)batch import
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

貢獻者指南