fix(web): ui
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user