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$(
620
620
< div class = "flex gap-4" >
621
621
< label class = "flex flex-col-reverse mb-4 items-center text-center" >
622
622
< 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 ]"
624
624
type = "text"
625
625
bind :value = { itemIndexToAdd }
626
626
/>
@@ -629,7 +629,7 @@ export const DynamicAccordion = component$(
629
629
630
630
< label class = "flex flex-col-reverse mb-4 items-center text-center" >
631
631
< 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 ]"
633
633
type = "text"
634
634
bind :value = { itemIndexToDelete }
635
635
/>
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ import { CodeExample } from '../../../_components/code-example/code-example';
25
25
import { KeyboardInteractionTable } from ' ../../../_components/keyboard-interaction-table/keyboard-interaction-table' ;
26
26
import { APITable } from ' ../../../_components/api-table/api-table' ;
27
27
import { AnatomyTable } from ' ../../../_components/anatomy-table/anatomy-table' ;
28
- import { AlphaBanner } from ' ../../../_components/alpha-banner/alpha-banner' ;
29
-
30
- <AlphaBanner />
31
28
32
29
# Accordion
33
30
You can’t perform that action at this time.
0 commit comments