Skip to content

Commit b531fe6

Browse files
Made steam overlay buttons primary color (#2139)
1 parent 373ed2f commit b531fe6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

photon-client/src/components/app/photon-camera-stream.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,21 @@ onBeforeUnmount(() => {
105105
/>
106106
<div class="stream-overlay" :style="overlayStyle">
107107
<pv-icon
108+
color="primary"
108109
icon-name="mdi-camera-image"
109110
tooltip="Capture and save a frame of this stream"
110111
class="ma-1 mr-2"
111112
@click="handleCaptureClick"
112113
/>
113114
<pv-icon
115+
color="primary"
114116
icon-name="mdi-fullscreen"
115117
tooltip="Open this stream in fullscreen"
116118
class="ma-1 mr-2"
117119
@click="handleFullscreenRequest"
118120
/>
119121
<pv-icon
122+
color="primary"
120123
icon-name="mdi-open-in-new"
121124
tooltip="Open this stream in a new window"
122125
class="ma-1 mr-2"

0 commit comments

Comments
 (0)