diff --git a/airflow-core/src/airflow/ui/src/theme.ts b/airflow-core/src/airflow/ui/src/theme.ts index 232aa622e1084..4ad3b7ba4aa0e 100644 --- a/airflow-core/src/airflow/ui/src/theme.ts +++ b/airflow-core/src/airflow/ui/src/theme.ts @@ -382,6 +382,15 @@ const defaultAirflowTheme: ThemingConfig = { }, switch: { slots: [], + base: { + control: { + borderColor: { _dark: "border.emphasized", _light: "transparent" }, + borderWidth: "1px", + _checked: { + borderColor: "colorPalette.solid", + }, + }, + }, defaultVariants: { size: "sm" } as Record, }, // size="sm" gives px/py:2 on cell and columnHeader vs px/py:3 for "md".