diff --git a/changelog/unreleased/bugfix-preview-controls-colors b/changelog/unreleased/bugfix-preview-controls-colors
new file mode 100644
index 00000000000..c108576f7ce
--- /dev/null
+++ b/changelog/unreleased/bugfix-preview-controls-colors
@@ -0,0 +1,5 @@
+Bugfix: Preview controls colors
+
+We've fixed a bug where the controls of the "preview" app were appearing black-on-grey in the dark theme.
+
+https://github.com/owncloud/web/pull/8758
diff --git a/packages/web-app-preview/src/App.vue b/packages/web-app-preview/src/App.vue
index 687e032bcfe..9bf9903b7ca 100644
--- a/packages/web-app-preview/src/App.vue
+++ b/packages/web-app-preview/src/App.vue
@@ -78,10 +78,11 @@
v-oc-tooltip="previousDescription"
class="preview-controls-previous"
appearance="raw-inverse"
+ variation="brand"
:aria-label="previousDescription"
@click="prev"
>
-
@@ -91,10 +92,11 @@
v-oc-tooltip="nextDescription"
class="preview-controls-next"
appearance="raw-inverse"
+ variation="brand"
:aria-label="nextDescription"
@click="next"
>
-