refactor: use css var

This commit is contained in:
AkaraChen
2024-11-26 14:18:42 +08:00
parent 1a6a28f650
commit 4757db1b6b
13 changed files with 45 additions and 30 deletions

View File

@ -32,7 +32,7 @@ const EconomicalRetrievalMethodConfig: FC<Props> = ({
return (
<div className='space-y-2'>
<RadioCard
icon={<Icon className='w-4 h-4 text-[#7839EE]' />}
icon={<Icon className='w-4 h-4 text-util-colors-purple-purple-600' />}
title={t(`dataset.retrieval.${type}.title`)}
description={t(`dataset.retrieval.${type}.description`)}
noRadio