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

// iOS Avatar
// --------------------------------------------------

/// @prop - Width of the avatar
$avatar-ios-width: 48px;

/// @prop - Height of the avatar
$avatar-ios-height: $avatar-ios-width;

/// @prop - Border radius of the avatar
$avatar-ios-border-radius: 50%;
