From af764b3aaf64fa3e8d4492427d571499bd58dd4d Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Sun, 8 Sep 2024 19:47:28 -0700 Subject: [PATCH] fix: class names for composer-attachment (#789) --- packages/react/src/styles/tailwindcss/thread.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/src/styles/tailwindcss/thread.css b/packages/react/src/styles/tailwindcss/thread.css index 0758622a6..a966218ba 100644 --- a/packages/react/src/styles/tailwindcss/thread.css +++ b/packages/react/src/styles/tailwindcss/thread.css @@ -58,11 +58,11 @@ @apply my-2.5 size-8 p-2 transition-opacity ease-in; } -.aui-composer-attachments-container { +.aui-composer-attachments { @apply flex w-full flex-row gap-3 px-10; } -.aui-composer-attachment-container { +.aui-composer-attachment-root { @apply bg-aui-muted relative mt-4 flex size-20 items-center justify-center rounded-lg p-2; }