heroes-of-chess-components 0.6.38 → 0.6.40
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.
|
@@ -171,7 +171,6 @@ const HRaceTable: React.FC<HRaceTableProps> = ({ data, points }) => {
|
|
|
171
171
|
>
|
|
172
172
|
<CharacterImage
|
|
173
173
|
src={setCharacterPicture(getPlayerProfileInfo(point) || {}).picture}
|
|
174
|
-
margin="0 10px 0 10px"
|
|
175
174
|
style={{ width: "50px", height: "50px" }}
|
|
176
175
|
/>
|
|
177
176
|
<HTitle
|
|
@@ -186,14 +185,14 @@ const HRaceTable: React.FC<HRaceTableProps> = ({ data, points }) => {
|
|
|
186
185
|
textAlign={"left"}
|
|
187
186
|
/>
|
|
188
187
|
<HCoinLabel
|
|
189
|
-
width={"
|
|
188
|
+
width={"250px"}
|
|
190
189
|
value={knowCoinsAndDiamonds({
|
|
191
190
|
coins: true,
|
|
192
191
|
id: getPlayerId(point),
|
|
193
192
|
})}
|
|
194
193
|
/>
|
|
195
194
|
<HCoinLabel
|
|
196
|
-
width={"
|
|
195
|
+
width={"250px"}
|
|
197
196
|
value={knowCoinsAndDiamonds({
|
|
198
197
|
diamonds: true,
|
|
199
198
|
id: getPlayerId(point),
|