@import "../../themes/native/native.globals";

// Skeleton Text
// --------------------------------------------------

/// @prop - Background color alpha of the skeleton text
$skeleton-text-background-alpha: 0.065;

/// @prop - Background color of the skeleton text
$skeleton-text-background: rgba(var(--background-rgb, $text-color-rgb), $skeleton-text-background-alpha);

/// @prop - Background color alpha of the skeleton text animation
$skeleton-text-background-animated-alpha: 0.135;

/// @prop - Background color of the skeleton text animation
$skeleton-text-background-animated: rgba(
  var(--background-rgb, $text-color-rgb),
  $skeleton-text-background-animated-alpha
);
