ui: fix refresh button colors for request timeline and response size timeline widgets

This commit is contained in:
pommee
2025-09-27 22:39:38 +02:00
parent d6bc3e0a2b
commit ecb6db1c16
2 changed files with 2 additions and 2 deletions

View File

@@ -234,7 +234,7 @@ export default function ResponseSizeTimeline() {
</Select>
</div>
<Button
className="bg-transparent border-1 text-white hover:bg-stone-800"
variant={"outline"}
onClick={fetchData}
disabled={isRefreshing}
>

View File

@@ -223,7 +223,7 @@ export default function RequestTimeline() {
</Select>
</div>
<Button
className="bg-transparent border-1 text-white hover:bg-stone-800"
variant={"outline"}
onClick={fetchData}
disabled={isRefreshing}
>