feat: team draft

This commit is contained in:
2024-11-12 19:15:13 +07:00
parent 8159b65605
commit f5250d5361
23 changed files with 313 additions and 48 deletions
+2
View File
@@ -32,6 +32,8 @@ const Providers = ({ children }: Props) => {
colors: {
...base.colors,
background: theme.background.val,
card: theme.background.val,
border: theme.borderColor.val,
},
};
}, [theme, colorScheme]);