Files
openchamber/packages/ui/src/components/sections/projects/projectSettingsConstants.ts
T

5 lines
237 B
TypeScript
Raw Normal View History

import { SETTINGS_CONTROL_CLUSTER_CLASS } from '@/components/sections/shared/SettingsSection';
// Keep project controls on the shared settings control width.
export const PROJECT_SETTINGS_CONTROL_WIDTH = SETTINGS_CONTROL_CLUSTER_CLASS;