add color to files button
This commit is contained in:
parent
236186bd39
commit
d1fb2bc1c5
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ const EventLoad = () => {
|
||||||
{event.files && event.files.length > 0 && (
|
{event.files && event.files.length > 0 && (
|
||||||
<button
|
<button
|
||||||
onClick={() => window.openDetailsModal(event as ExtendedEvent)}
|
onClick={() => window.openDetailsModal(event as ExtendedEvent)}
|
||||||
className="btn btn-ghost btn-sm text-xs sm:text-sm gap-1 h-8 min-h-0 px-2"
|
className="btn btn-accent btn-sm text-xs sm:text-sm gap-1 h-8 min-h-0 px-3 shadow-md hover:shadow-lg transition-all duration-300 rounded-full"
|
||||||
>
|
>
|
||||||
<Icon icon="heroicons:document-duplicate" className="h-3 w-3 sm:h-4 sm:w-4" />
|
<Icon icon="heroicons:document-duplicate" className="h-3 w-3 sm:h-4 sm:w-4" />
|
||||||
Files ({event.files.length})
|
Files ({event.files.length})
|
||||||
|
|
Loading…
Reference in a new issue