Skip to content

Commit

Permalink
fix: added slideButtonIconSize to settings view
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Sep 12, 2024
1 parent 345da8d commit 658c591
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ registerToken("headlineFontSize", "Headline Font Size", "The size of the headlin
registerToken("subtitleFontSize", "Subtitle Font Size", "The size of the subtitle...", "text");
registerToken("questionHeadlineFontSize", "Question Headline Font Size", "The size of the question headline...", "text");
registerToken("questionParagraphFontSize", "Question Paragraph Font Size", "The size of question paragraph...", "text");
registerToken("slideButtonIconSize", "Slide Button Icon Size", "The size of icon on slidebuttons...", "text");


// Colors
registerToken("primary", "Primary Color", "The primary color used. This is the color used for primary buttons and other important elements. Also considered the brand colour", "color");
Expand Down

0 comments on commit 658c591

Please sign in to comment.