mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 07:28:35 +02:00
🔧 Refinements
This commit is contained in:
parent
dfd592e66a
commit
e1af89252b
2 changed files with 2 additions and 1 deletions
|
@ -92,6 +92,7 @@ const ManagePoll: React.FunctionComponent<{
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
<DropdownMenuSeparator />
|
<DropdownMenuSeparator />
|
||||||
<DropdownMenuItem
|
<DropdownMenuItem
|
||||||
|
className="text-destructive"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setShowDeletePollDialog(true);
|
setShowDeletePollDialog(true);
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -52,7 +52,7 @@ const DialogContent = React.forwardRef<
|
||||||
<DialogPrimitive.Content
|
<DialogPrimitive.Content
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
className={cn(
|
||||||
"animate-in sm:zoom-in-90 slide-in-from-top-1/4 data-[state=open]:fade-in shadow-huge fixed z-50 grid w-full gap-4 overflow-hidden bg-white p-5 sm:rounded-md",
|
"animate-in sm:zoom-in-90 data-[state=open]:fade-in shadow-huge fixed z-50 grid w-full gap-4 overflow-hidden bg-white p-5 sm:rounded-md",
|
||||||
{
|
{
|
||||||
"sm:max-w-sm": size === "sm",
|
"sm:max-w-sm": size === "sm",
|
||||||
"sm:max-w-md": size === "md",
|
"sm:max-w-md": size === "md",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue