loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): use primary color for button in table modal (#6427)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6427
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

0ko a3025060 8ada1b93

+1 -1
+1 -1
templates/shared/combomarkdowneditor.tmpl
··· 85 85 86 86 <div class="text right actions"> 87 87 <button class="ui cancel button" data-selector-name="cancel-button">{{ctx.Locale.Tr "cancel"}}</button> 88 - <button class="ui blue button" data-selector-name="ok-button">{{ctx.Locale.Tr "ok"}}</button> 88 + <button class="ui primary button" data-selector-name="ok-button">{{ctx.Locale.Tr "ok"}}</button> 89 89 </div> 90 90 </div> 91 91 </div>