fix(web): ui

This commit is contained in:
zhaoying
2026-04-22 14:38:18 +08:00
parent cda20ac3f1
commit 7cd76444f1
4 changed files with 5 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ const ToolList: FC<{ value?: ToolOption[]; onChange?: (config: ToolOption[]) =>
<Card
title={t('application.toolConfiguration')}
extra={
<Button className="rb:h-6! rb:py-0! rb:px-2! rb:rounded-md! rb:text-[#21233" onClick={handleAddTool}>+ {t('application.addTool')}</Button>
<Button className="rb:h-6! rb:py-0! rb:px-2! rb:rounded-md! rb:text-[#212332]" onClick={handleAddTool}>+ {t('application.addTool')}</Button>
}
>
<div className="rb:leading-4.5 rb:text-[12px] rb:mb-2 rb:font-medium">

View File

@@ -60,7 +60,7 @@ interface VariableListProps {
extra={
<Button
size="small"
className="rb:h-6! rb:py-0! rb:px-2! rb:rounded-md! rb:text-[#21233"
className="rb:h-6! rb:py-0! rb:px-2! rb:rounded-md! rb:text-[#212332]"
onClick={handleAddVariable}
>
+ {t('application.addVariables')}