Design fixes (#665)
This commit is contained in:
6
front/src/modules/ui/themes/animation.ts
Normal file
6
front/src/modules/ui/themes/animation.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export const animation = {
|
||||
duration: {
|
||||
instant: 0.1,
|
||||
visible: 0.3,
|
||||
},
|
||||
};
|
||||
@ -1,3 +1,4 @@
|
||||
import { animation } from './animation';
|
||||
import { backgroundDark, backgroundLight } from './background';
|
||||
import { blur } from './blur';
|
||||
import { borderDark, borderLight } from './border';
|
||||
@ -13,6 +14,7 @@ const common = {
|
||||
icon: icon,
|
||||
text: text,
|
||||
blur: blur,
|
||||
animation: animation,
|
||||
snackBar: {
|
||||
success: {
|
||||
background: '#16A26B',
|
||||
|
||||
Reference in New Issue
Block a user