@@ -312,13 +312,13 @@ export default function ReplayViewerPage() {
@@ -361,12 +361,12 @@ export default function ReplayViewerPage() {
border-radius: 3px !important;
}
.rr-progress__step {
- background: #f97316 !important;
+ background: #FD5E0F !important;
height: 6px !important;
border-radius: 3px !important;
}
.rr-progress__handler {
- background: #f97316 !important;
+ background: #FD5E0F !important;
border: 2px solid #fff !important;
width: 14px !important;
height: 14px !important;
@@ -393,7 +393,7 @@ export default function ReplayViewerPage() {
/* Play button */
.rr-controller__btns button[class*="play"],
.rr-controller__btns button:first-child {
- background: #f97316 !important;
+ background: #FD5E0F !important;
color: #fff !important;
border: none !important;
border-radius: 6px !important;
@@ -404,7 +404,7 @@ export default function ReplayViewerPage() {
}
.rr-controller__btns button[class*="play"]:hover,
.rr-controller__btns button:first-child:hover {
- background: #ea580c !important;
+ background: #E54E00 !important;
}
/* Speed buttons */
@@ -424,7 +424,7 @@ export default function ReplayViewerPage() {
}
.rr-controller__btns button.active,
.rr-controller__btns button[class*="active"] {
- background: #f97316 !important;
+ background: #FD5E0F !important;
color: #fff !important;
}
@@ -455,7 +455,7 @@ export default function ReplayViewerPage() {
transition: transform 0.2s !important;
}
.switch input:checked + label {
- background: #f97316 !important;
+ background: #FD5E0F !important;
}
.switch input:checked + label::after {
transform: translateX(16px) !important;
diff --git a/app/sites/[id]/replays/page.tsx b/app/sites/[id]/replays/page.tsx
index 71c6bb6..79d1843 100644
--- a/app/sites/[id]/replays/page.tsx
+++ b/app/sites/[id]/replays/page.tsx
@@ -111,7 +111,7 @@ export default function ReplaysPage() {
{site.replay_mode === 'disabled' && (
-
+
⚠️
Session replay is disabled