$bubble-font-size:$font-size-default !default;
$bubble-border-radius:$border-radius !default;
$bubble-width-max:300px !default;
$bubble-triangle-width:6px !default;
$bubble-box-shadow:$box-shadow !default;

// tooltips
$bubble-tooltips-border-radius:4px !default;

// 默认气泡，白底
$bubble-default-color-text:$color-text-weight !default;
$bubble-default-color-border:$color-bg !default;
$bubble-default-color-bg:$color-bg !default;

// 深色气泡
$bubble-dark-color-text:$color-text-anti-primary !default;
$bubble-dark-color-border:$color-neutral-9 !default;
$bubble-dark-color-bg:$color-neutral-9 !default;

// 红色气泡
$bubble-error-color-text:$color-error-8 !default;
$bubble-error-color-border:$color-error-0 !default;
$bubble-error-color-bg:$color-error-0 !default;
