mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 23:33:45 +02:00
Speed up animations throughout the panel
This commit is contained in:
@@ -67,7 +67,7 @@ export default () => {
|
||||
|
||||
return (
|
||||
error ?
|
||||
<CSSTransition timeout={250} in appear classNames={'fade'}>
|
||||
<CSSTransition timeout={150} in appear classNames={'fade'}>
|
||||
<div css={tw`bg-red-500 py-2`}>
|
||||
<ContentContainer css={tw`flex items-center justify-center`}>
|
||||
<Spinner size={'small'}/>
|
||||
|
||||
Reference in New Issue
Block a user