import { useBraidTheme } from '../BraidProvider/BraidThemeContext';

export const useColor = () => useBraidTheme().color;
