File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/postgres-new/components/tools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export default function CsvExport({ toolInvocation }: CsvExportProps) {
25
25
< CodeAccordion title = "Executed SQL" language = "sql" code = { toolInvocation . args . sql } />
26
26
< m . div
27
27
layoutId = { toolInvocation . toolCallId }
28
- className = "self-start px-5 py-2.5 text-base rounded-full bg-green-300 flex gap-2 items-center text-lighter italic"
28
+ className = "self-start px-5 py-2.5 text-base rounded-full bg-border flex gap-2 items-center text-lighter italic"
29
29
style = { {
30
30
// same value as tailwind, used to keep constant radius during framer animation
31
31
// see: https://www.framer.com/motion/layout-animations/##scale-correction
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default function CsvRequest({ toolInvocation }: CsvRequestProps) {
29
29
return (
30
30
< m . div
31
31
layoutId = { toolInvocation . toolCallId }
32
- className = "self-end px-5 py-2.5 text-base rounded-full bg-blue-300 flex gap-2 items-center text-lighter italic"
32
+ className = "self-end px-5 py-2.5 text-base rounded-full bg-border flex gap-2 items-center text-lighter italic"
33
33
style = { {
34
34
// same value as tailwind, used to keep constant radius during framer animation
35
35
// see: https://www.framer.com/motion/layout-animations/##scale-correction
You can’t perform that action at this time.
0 commit comments