Explorar el Código

improve border radius (#24486)

tags/1.8.0
znn hace 2 meses
padre
commit
b4be132201
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/components/base/app-icon-picker/index.tsx

+ 1
- 1
web/app/components/base/app-icon-picker/index.tsx Ver fichero

@@ -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)}

Cargando…
Cancelar
Guardar