mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: open in chat improvements
This commit is contained in:
parent
80aadd9772
commit
60f9433518
@ -232,7 +232,7 @@ export const CodeDemo: React.FC<CodeDemoProps> = ({
|
||||
</Tabs>
|
||||
{isComponentsPage && (
|
||||
<Button
|
||||
className="absolute right-1 top-1 border-1"
|
||||
className="absolute rounded-[9px] right-1 top-1 border-1 border-default-200 dark:border-default-100 data-[hover=true]:bg-default-50/80"
|
||||
isDisabled={isLoading}
|
||||
size="sm"
|
||||
variant="bordered"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user