diff options
author | 0ko <0ko@noreply.codeberg.org> | 2024-12-31 10:39:19 +0100 |
---|---|---|
committer | 0ko <0ko@noreply.codeberg.org> | 2024-12-31 10:39:19 +0100 |
commit | a3025060954fa84eb99e57ebb7393a6212efa96f (patch) | |
tree | a1a2eebbf3c5690d88195651f36d1c875f6d662d /templates | |
parent | Merge pull request 'Update module github.com/caddyserver/certmagic to v0.21.5... (diff) | |
download | forgejo-a3025060954fa84eb99e57ebb7393a6212efa96f.tar.xz forgejo-a3025060954fa84eb99e57ebb7393a6212efa96f.zip |
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>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/shared/combomarkdowneditor.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/combomarkdowneditor.tmpl b/templates/shared/combomarkdowneditor.tmpl index e7bace6962..0620cca65f 100644 --- a/templates/shared/combomarkdowneditor.tmpl +++ b/templates/shared/combomarkdowneditor.tmpl @@ -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> |