Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit e5442e0

Browse files
style: rem instead of px
1 parent c5c652e commit e5442e0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

studio/src/app/components/core/app-share-deck/app-share-deck.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,10 @@ export class AppShareDeck {
108108
<ion-icon name="logo-whatsapp" slot="whatsapp" style={{color: '#25D366', 'font-size': '1.6rem', display: 'block'}}></ion-icon>
109109
<ion-icon name="copy-outline" slot="copy" style={{'font-size': '1.6rem', display: 'block'}}></ion-icon>
110110
<ion-icon name="logo-hackernews" slot="hackernews" style={{color: '#ff6000', 'font-size': '1.6rem', display: 'block'}}></ion-icon>
111-
<svg slot="telegram" style={{color: '#0088cc', width: '28px', display: 'block'}} viewBox="0 0 448 512">
111+
<svg slot="telegram" style={{color: '#0088cc', width: '1.6rem', display: 'block'}} viewBox="0 0 448 512">
112112
<path
113-
fill="currentColor"
114-
d="M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z">
115-
</path>
113+
fill="currentColor"
114+
d="M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z"></path>
116115
</svg>
117116
</web-social-share>
118117
);

0 commit comments

Comments
 (0)