File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
apps/website/src/routes/docs/headless/(components)/accordion Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ export const DynamicAccordion = component$(
620620 < div class = "flex gap-4" >
621621 < label class = "flex flex-col-reverse mb-4 items-center text-center" >
622622 < input
623- class = "rounded-md px-2 max-w-[50px] bg-[#374151]"
623+ class = "rounded-md px-2 max-w-[50px] dark: bg-[#374151] bg-[#F5F3FF ]"
624624 type = "text"
625625 bind :value = { itemIndexToAdd }
626626 />
@@ -629,7 +629,7 @@ export const DynamicAccordion = component$(
629629
630630 < label class = "flex flex-col-reverse mb-4 items-center text-center" >
631631 < input
632- class = "rounded-md px-2 max-w-[50px] bg-[#374151]"
632+ class = "rounded-md px-2 max-w-[50px] dark: bg-[#374151] bg-[#F5F3FF ]"
633633 type = "text"
634634 bind :value = { itemIndexToDelete }
635635 />
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ import { CodeExample } from '../../../_components/code-example/code-example';
2525import { KeyboardInteractionTable } from ' ../../../_components/keyboard-interaction-table/keyboard-interaction-table' ;
2626import { APITable } from ' ../../../_components/api-table/api-table' ;
2727import { AnatomyTable } from ' ../../../_components/anatomy-table/anatomy-table' ;
28- import { AlphaBanner } from ' ../../../_components/alpha-banner/alpha-banner' ;
29-
30- <AlphaBanner />
3128
3229# Accordion
3330
You can’t perform that action at this time.
0 commit comments