gordon-cs / appbuilder-pwa

MIT License
0 stars 0 forks source link

Text Appearance: Text Size - 4 #21

Closed jakedcolbert closed 1 year ago

jakedcolbert commented 2 years ago
chrisvire commented 1 year ago

In mainFeatures, there are two settings for the minimum and maximum text size: text-size-min, text-size-max

davidmoore1 commented 1 year ago

This is done via a slider that sets a variable in stores.js. The range for the slider is obtained from text-size-min and text-size-max in the config.js file. If the entries are not present in the file, then default values of 10 and 60 are used for the range.

chrisvire commented 1 year ago

Completed with https://github.com/sillsdev/appbuilder-pwa/pull/115