mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
add color utilities
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { isLightColor as isLightColorMantine } from '@mantine/core';
|
||||
|
||||
export const isLightColor = (color: string) => {
|
||||
return isLightColorMantine(color);
|
||||
};
|
||||
Reference in New Issue
Block a user