Design fixes (#665)

This commit is contained in:
Charles Bochet
2023-07-14 18:43:16 -07:00
committed by GitHub
parent 0a319bcf86
commit b971464fe5
22 changed files with 464 additions and 138 deletions

View File

@ -0,0 +1,6 @@
export const animation = {
duration: {
instant: 0.1,
visible: 0.3,
},
};

View File

@ -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',