File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export function SenderButton({
64
64
>
65
65
{ icon ?? (
66
66
< img
67
- className = "filter brightness-0 invert"
67
+ className = "filter ! brightness-0 invert"
68
68
src = { isSending ? QuickStop : PublishNew }
69
69
alt = { isSending ? "icon-quick-stop" : "icon-publish-new" }
70
70
/>
@@ -180,7 +180,7 @@ export function Sender({
180
180
data-slot = "sender"
181
181
className = { twMerge (
182
182
clsx (
183
- "flex flex-col items-center border border-gray-200 rounded-2xl shadow-sm transition-all duration-300 hover:shadow-md focus-within:ring-2 focus-within:ring-blue-500 focus-within:border-blue-500" ,
183
+ "flex flex-col items-center border border-gray-200 dark:border-gray-700 rounded-2xl shadow-sm transition-all duration-300 hover:shadow-md focus-within:ring-2 focus-within:ring-blue-500 focus-within:border-blue-500" ,
184
184
className ,
185
185
) ,
186
186
) }
@@ -192,7 +192,7 @@ export function Sender({
192
192
onChange = { handleChange }
193
193
onKeyDown = { handleKeyDown }
194
194
placeholder = { placeholder }
195
- className = "w-full pt-4 px-4 border-0 rounded-2xl resize-none focus:ring-0 focus:outline-none text-gray-700 placeholder-gray-400"
195
+ className = "w-full pt-4 px-4 border-0 rounded-2xl ! resize-none focus:ring-0 focus:outline-none text-gray-700 placeholder-gray-400"
196
196
rows = { 2 }
197
197
/>
198
198
< div className = "flex items-center w-full px-4 py-2 gap-4" >
You can’t perform that action at this time.
0 commit comments