mirror of
https://github.com/pommee/goaway.git
synced 2026-01-11 00:20:31 -06:00
ui: fix refresh button colors for request timeline and response size timeline widgets
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user