File tree 2 files changed +4
-2
lines changed
src/components/StablecoinAccordion
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ export const AccordionCustomItem = (props: AccordionCustomItemProps) => {
92
92
</ Tag >
93
93
) }
94
94
</ Flex >
95
- < p className = "text-start text-md" > { t ( contentObj . textPreview ) } </ p >
95
+ < p className = "text-start text-md text-body-medium" >
96
+ { t ( contentObj . textPreview ) }
97
+ </ p >
96
98
</ div >
97
99
</ Flex >
98
100
< MoreOrLessLink isOpen = { open } />
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ import { MdArrowForward } from "react-icons/md"
3
3
4
4
import { ChildOnlyProp , TranslationKey } from "@/lib/types"
5
5
6
+ import { ButtonLink } from "@/components/ui/buttons/Button"
6
7
import { Flex } from "@/components/ui/flex"
7
8
import InlineLink , { BaseLink } from "@/components/ui/Link"
8
9
import { LinkBox , LinkOverlay } from "@/components/ui/link-box"
9
10
10
11
import { Accordion } from "../../../tailwind/ui/accordion"
11
- import { ButtonLink } from "../Buttons"
12
12
import CardList from "../CardList"
13
13
import InfoBanner from "../InfoBanner"
14
14
import Translation from "../Translation"
You can’t perform that action at this time.
0 commit comments