ov-components: update button color in stream video controls for consistency

master
Carlos Santos 2025-09-30 11:50:09 +02:00
parent 0b56a76f0c
commit 0a96ce9323
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
top: 0; top: 0;
// border: 2px solid var(--ov-text-primary-color); // border: 2px solid var(--ov-text-primary-color);
button { button {
color: var(--ov-secondary-action-color); color: var(--ov-text-primary-color);
} }
} }