Commit a6db3e65 authored by Joel's avatar Joel

fix: clearbtn style

parent 8d6ec9aa
...@@ -164,7 +164,7 @@ const PromptValuePanel: FC<IPromptValuePanelProps> = ({ ...@@ -164,7 +164,7 @@ const PromptValuePanel: FC<IPromptValuePanelProps> = ({
<div className="mt-5 border-b border-gray-100"></div> <div className="mt-5 border-b border-gray-100"></div>
<div className="flex justify-between mt-4 px-4"> <div className="flex justify-between mt-4 px-4">
<Button <Button
className='w-[58px] !h-8 !p-3' className='!h-8 !p-3'
onClick={onClear} onClick={onClear}
disabled={false} disabled={false}
> >
......
...@@ -80,7 +80,7 @@ const ConfigSence: FC<IConfigSenceProps> = ({ ...@@ -80,7 +80,7 @@ const ConfigSence: FC<IConfigSenceProps> = ({
<div className='w-full mt-4'> <div className='w-full mt-4'>
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<Button <Button
className='w-[58px] !h-8 !p-3' className='!h-8 !p-3'
onClick={onClear} onClick={onClear}
disabled={false} disabled={false}
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment