style tweaks to make Share popover match Figma a bit closer.

This commit is contained in:
Frank Johnson
2021-08-23 22:16:47 -04:00
parent b4cdd3e1ef
commit 6be2ced06f
5 changed files with 15 additions and 13 deletions

View File

@@ -152,8 +152,8 @@ const IdeHeader = ({
{open && (
<Popover.Panel className="absolute z-10 mt-4 right-0">
<Tabs
className="bg-gray-300 rounded-md shadow-md overflow-hidden text-gray-700"
selectedTabClassName="bg-gray-200"
className="bg-ch-purple-gray-200 rounded-md shadow-md overflow-hidden text-gray-700"
selectedTabClassName="bg-ch-gray-700 text-white"
>
<TabPanel>
<FullScriptEncoding />