@valpro-labs/ui 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ import { Text } from '../../components/ui/text';
|
|
|
5
5
|
import { cn } from '../../lib/utils';
|
|
6
6
|
const LEVEL_BORDER_WIDTH = 76;
|
|
7
7
|
const LEVEL_BORDER_HEIGHT = 32;
|
|
8
|
-
const DEFAULT_LEVEL_BORDER_SCALE = 1.
|
|
8
|
+
const DEFAULT_LEVEL_BORDER_SCALE = 1.25;
|
|
9
9
|
/**
|
|
10
10
|
* VALORANT account level badge: border art with the level centered on top.
|
|
11
11
|
* Consumers provide the already-resolved border asset URL.
|