Change experiment button styling (#93)

* Change button styling

* Fix prettier
This commit is contained in:
arcticfly
2023-07-25 11:41:02 -07:00
committed by GitHub
parent fa61c9c472
commit 223b990005
3 changed files with 4 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ export const HeaderButtons = () => {
colorScheme={canModify ? undefined : "orange"}
bgColor={canModify ? undefined : "orange.400"}
minW={0}
variant={canModify ? "ghost" : "solid"}
variant={{ base: "solid", md: canModify ? "ghost" : "solid" }}
>
{isForking ? <Spinner boxSize={5} /> : <Icon as={TbGitFork} boxSize={5} />}
<Text ml={2}>Fork</Text>