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

Commit 4a57980

Browse files
style: title not uppercase
1 parent a6c3dba commit 4a57980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/components/feed/card/app-feed-card/app-feed-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class AppFeedCard {
147147
{this.renderMiniature()}
148148

149149
<ion-card-header>
150-
<ion-card-title class="ion-text-uppercase" contentEditable={this.editable}
150+
<ion-card-title contentEditable={this.editable}
151151
onInput={(e: UIEvent) => this.onCaptionInput(e)}
152152
onKeyDown={(e: KeyboardEvent) => this.onCaptionKeydown(e)}>{this.caption}</ion-card-title>
153153

0 commit comments

Comments
 (0)