diff --git a/docs/de/user/repo/assets/repository-code-changeset-create-tag.png b/docs/de/user/repo/assets/repository-code-changeset-create-tag.png
index 7bc0b8bce7..4a3c77a02f 100644
Binary files a/docs/de/user/repo/assets/repository-code-changeset-create-tag.png and b/docs/de/user/repo/assets/repository-code-changeset-create-tag.png differ
diff --git a/docs/de/user/repo/assets/repository-code-changeset-with-tag.png b/docs/de/user/repo/assets/repository-code-changeset-with-tag.png
index cd594e46b2..41170da14a 100644
Binary files a/docs/de/user/repo/assets/repository-code-changeset-with-tag.png and b/docs/de/user/repo/assets/repository-code-changeset-with-tag.png differ
diff --git a/docs/en/user/repo/assets/repository-code-changeset-create-tag.png b/docs/en/user/repo/assets/repository-code-changeset-create-tag.png
index 559dbf9241..19463776c9 100644
Binary files a/docs/en/user/repo/assets/repository-code-changeset-create-tag.png and b/docs/en/user/repo/assets/repository-code-changeset-create-tag.png differ
diff --git a/docs/en/user/repo/assets/repository-code-changeset-with-tag.png b/docs/en/user/repo/assets/repository-code-changeset-with-tag.png
index 083472b8ac..c219d7451c 100644
Binary files a/docs/en/user/repo/assets/repository-code-changeset-with-tag.png and b/docs/en/user/repo/assets/repository-code-changeset-with-tag.png differ
diff --git a/gradle/changelog/correct_button_groups.yaml b/gradle/changelog/correct_button_groups.yaml
new file mode 100644
index 0000000000..83f4b50537
--- /dev/null
+++ b/gradle/changelog/correct_button_groups.yaml
@@ -0,0 +1,2 @@
+- type: fixed
+ description: Correct positioning and coloring of button groups in modals ([#1612](https://github.com/scm-manager/scm-manager/pull/1612))
diff --git a/scm-ui/ui-styles/public/index.html b/scm-ui/ui-styles/public/index.html
index 038220566d..de869ef1dc 100644
--- a/scm-ui/ui-styles/public/index.html
+++ b/scm-ui/ui-styles/public/index.html
@@ -1238,8 +1238,36 @@
.modal-card to ensure a constant layout.
- +
diff --git a/scm-ui/ui-webapp/src/repos/components/changesets/CreateTagModal.tsx b/scm-ui/ui-webapp/src/repos/components/changesets/CreateTagModal.tsx
index ecf8e05b5c..66fdfdf8a3 100644
--- a/scm-ui/ui-webapp/src/repos/components/changesets/CreateTagModal.tsx
+++ b/scm-ui/ui-webapp/src/repos/components/changesets/CreateTagModal.tsx
@@ -79,7 +79,7 @@ const CreateTagModal: FC