Skip to content

Commit 7c1e29e

Browse files
Update avatars and UI changes (#33)
* update: avatars * fix: UI changes * fix: modal background * added map image * fix: discord link * fix: DC modal header
1 parent 112662f commit 7c1e29e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+98
-63
lines changed

packages/map-designer/src/MapDesignerComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const CoinsRemainingText = () => {
4848
textAlign: 'center',
4949
margin: '0',
5050
color: 'white',
51-
fontFamily: 'Montserrat',
51+
fontFamily: 'Poppins',
5252
fontSize: '1.5rem',
5353
padding: '1rem 1rem 0',
5454
}}

packages/renderer/src/RendererComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const StatsText = () => {
5656
style={{
5757
textAlign: 'right',
5858
color: 'white',
59-
fontFamily: 'Bai Jamjuree',
59+
fontFamily: 'Poppins',
6060
fontSize: '1rem',
6161
padding: '1rem',
6262
}}

src/assets/avatars/avatar0.png

11.4 KB

src/assets/avatars/avatar1.png

39.6 KB

src/assets/avatars/avatar10.png

38.4 KB

src/assets/avatars/avatar11.png

24.1 KB

src/assets/avatars/avatar12.png

11.5 KB

src/assets/avatars/avatar13.png

20.6 KB

src/assets/avatars/avatar14.png

11 KB

src/assets/avatars/avatar15.png

6.09 KB

0 commit comments

Comments
 (0)