import { swagLightPalette as palette } from '@hero-design/colors'; import type { GlobalSystemPalette } from './types'; import globalPalette from './global'; const swagLightGlobalPalette: GlobalSystemPalette = { ...globalPalette, onDefaultGlobalSurface: palette.offBlack, mutedOnDefaultGlobalSurface: '#4d6265', inactiveOnDefaultGlobalSurface: '#808f91', primaryOutline: palette.offBlack, inactiveOutline: '#808f91', }; export default swagLightGlobalPalette;