style improvements
This commit is contained in:
@@ -119,7 +119,7 @@ const Weapon = ({ weapon, previousWeapon, nextWeapon, isMelee, className }) => {
|
|||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
flexWrap: "wrap",
|
flexWrap: "wrap",
|
||||||
gap: "0 4px",
|
gap: "0 4px",
|
||||||
lineHeight: 1.2,
|
lineHeight: 1.05,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{differentProfiles && selectionName + " - "}
|
{differentProfiles && selectionName + " - "}
|
||||||
@@ -133,7 +133,7 @@ const Weapon = ({ weapon, previousWeapon, nextWeapon, isMelee, className }) => {
|
|||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
color: "var(--primary-color)",
|
color: "var(--primary-color)",
|
||||||
textTransform: "uppercase",
|
textTransform: "uppercase",
|
||||||
lineHeight: 1,
|
lineHeight: 1.05,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
[{type}]
|
[{type}]
|
||||||
|
|||||||
Reference in New Issue
Block a user