mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 01:06:22 +02:00
✨ Improvements to table component (#809)
This commit is contained in:
parent
b727c3f5e5
commit
83ad12b884
18 changed files with 711 additions and 618 deletions
|
@ -19,7 +19,7 @@ import { Trans } from "next-i18next";
|
|||
const FeedbackButton = () => {
|
||||
return (
|
||||
<DropdownMenu modal={false}>
|
||||
<DropdownMenuTrigger className="shadow-huge fixed bottom-8 right-6 hidden h-12 w-12 items-center justify-center rounded-full bg-gray-800 hover:bg-gray-700 active:shadow-none sm:inline-flex">
|
||||
<DropdownMenuTrigger className="shadow-huge fixed bottom-8 right-6 z-20 hidden h-12 w-12 items-center justify-center rounded-full bg-gray-800 hover:bg-gray-700 active:shadow-none sm:inline-flex">
|
||||
<MegaphoneIcon className="h-5 text-white" />
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent sideOffset={10} align="end">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue