mirror of https://github.com/langgenius/dify.git
improve border radius (#24486)
This commit is contained in:
parent
99fec40117
commit
b4be132201
|
|
@ -120,7 +120,7 @@ const AppIconPicker: FC<AppIconPickerProps> = ({
|
|||
<button
|
||||
key={tab.key}
|
||||
className={`
|
||||
flex h-8 flex-1 shrink-0 items-center justify-center rounded-xl p-2 text-sm font-medium
|
||||
flex h-8 flex-1 shrink-0 items-center justify-center rounded-lg p-2 text-sm font-medium
|
||||
${activeTab === tab.key && 'bg-components-main-nav-nav-button-bg-active shadow-md'}
|
||||
`}
|
||||
onClick={() => setActiveTab(tab.key as AppIconType)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue