chore: cleanup components
This commit is contained in:
@@ -29,3 +29,8 @@ export const Patterns = {
|
||||
[BackgroundVariant.Lines]: LinePattern,
|
||||
[BackgroundVariant.Dots]: DotPattern,
|
||||
}
|
||||
|
||||
export const DefaultBgColors: Record<BackgroundVariant, string> = {
|
||||
[BackgroundVariant.Dots]: '#81818a',
|
||||
[BackgroundVariant.Lines]: '#eee',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user