Studio: remove dark mode upload circle (#5813)
* style: remove dark mode upload circle * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
a62eb80f7c
commit
99e1f67322
2 changed files with 2 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ export const ComposerAddAttachment: FC = () => {
|
|||
side="bottom"
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
className="aui-composer-add-attachment size-8.5 rounded-full p-1 font-semibold text-xs hover:bg-muted-foreground/15 dark:border-muted-foreground/15 dark:hover:bg-muted-foreground/30"
|
||||
className="aui-composer-add-attachment size-8.5 rounded-full p-1 font-semibold text-xs hover:bg-muted-foreground/15 dark:hover:bg-muted-foreground/30"
|
||||
aria-label="Add Attachment"
|
||||
>
|
||||
<PlusIcon className="aui-attachment-add-icon size-5 stroke-[1.5px]" />
|
||||
|
|
|
|||
|
|
@ -914,7 +914,7 @@ export function SharedComposer({
|
|||
side="bottom"
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
className="size-8.5 rounded-full p-1 font-semibold text-xs hover:bg-muted-foreground/15 dark:border-muted-foreground/15 dark:hover:bg-muted-foreground/30"
|
||||
className="size-8.5 rounded-full p-1 font-semibold text-xs hover:bg-muted-foreground/15 dark:hover:bg-muted-foreground/30"
|
||||
onClick={() => {
|
||||
// The picker accepts both image and audio. Don't gate the
|
||||
// button on image-availability — addFiles still filters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue