Skip to content

Commit

Permalink
feat: make ai button variant outline
Browse files Browse the repository at this point in the history
  • Loading branch information
Naresh-Khatri committed Nov 4, 2024
1 parent 28731e8 commit 633902b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ui-challenges/[challengeSlug]/(CustomLayout)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ const NavBar = ({
<HStack justifyContent={"end"} alignItems={"center"}>
<Button
colorScheme="purple"
variant="outline"
isLoading={isSubmitting}
onClick={onAIHelpOpen}
>
Expand Down

0 comments on commit 633902b

Please sign in to comment.