Skip to content

Commit

Permalink
fix: Use default Text style value - MEED-7164 - Meeds-io/MIPs#144
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and SaraBoutej committed Aug 29, 2024
1 parent 7496d2d commit 2316a2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,14 @@ export default {
if (this.initialized) {
if (this.enabled) {
this.textTitleColor = '#20282C';
this.textTitleFontSize = 18;
this.textTitleFontSize = 20;
this.textTitleStyle = ['bold'];
this.textHeaderColor = '#707070';
this.textHeaderStyle = [];
this.textHeaderFontSize = 18;
this.textColor = '#20282C';
this.textStyle = [];
this.textFontSize = 14;
this.textFontSize = 16;
this.textSubtitleColor = '#707070';
this.textSubtitleStyle = [];
this.textSubtitleFontSize = 12;
Expand Down

0 comments on commit 2316a2f

Please sign in to comment.