@use "../core/_index.scss" as *;

/// The minimum height of the 'No Data' text container.
/// @group no-data
$kendo-no-data-min-height: 140px !default;
/// The text color of the 'No Data' text.
/// @group list
$kendo-no-data-text: if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 )) !default;
