/** * Default slider style colors — aligned with IvySlider.vue CSS variables. */ export const SLIDER_STYLE_DEFAULTS = { handleColor: '#FFFFFF', highlightColor: '#202124', borderColor: '#5F6368', trackColor: '#5F6368', remainingTrackColor: '#E8EAED', } as const