mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-19 21:36:49 +01:00
Merge pull request '[v10.0/forgejo] fix(ui): use primary color for button in table modal' (#6430) from bp-v10.0/forgejo-a302506 into v10.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6430 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
commit
86a09562fd
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Template Attributes:
|
|||
|
||||
<div class="text right actions">
|
||||
<button class="ui cancel button" data-selector-name="cancel-button">{{ctx.Locale.Tr "cancel"}}</button>
|
||||
<button class="ui blue button" data-selector-name="ok-button">{{ctx.Locale.Tr "ok"}}</button>
|
||||
<button class="ui primary button" data-selector-name="ok-button">{{ctx.Locale.Tr "ok"}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue