Tweak some things for launch

This commit is contained in:
Gregory Schier
2025-02-18 21:28:03 -08:00
parent ccbc8d4e18
commit 74f14a8392
9 changed files with 15 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ export const RecentHttpResponsesDropdown = function ResponsePane({
<IconButton
title="Show response history"
icon={activeResponse?.id === latestResponseId ? 'chevron_down' : 'pin'}
className="m-0.5"
className="m-0.5 text-text-subtle"
size="sm"
iconSize="md"
/>