/* Dim Theme Overrides
 * 
 * Minor adjustments to the daisyUI 'dim' theme for better color distinction.
 */

:root[data-theme='dim'] {
  /* Change secondary from orange (35°) to teal/cyan (200°) to distinguish from error button */
  --color-secondary: oklch(70% 0.15 200);
  --color-secondary-content: oklch(15% 0.03 200);
}
