/** @type {import('tailwindcss').Config} */ export default { content: [ './src/ui/react-app/src/**/*.{js,ts,jsx,tsx}', ], theme: { extend: { colors: { gray: { 750: '#374151', }, }, }, }, plugins: [], }