tweak(prefs): Remove the font size option until it's implemented

This commit is contained in:
Ben Gotow 2015-09-09 11:38:30 -07:00
parent 4080f63907
commit 87a5a5ec18

View file

@ -47,14 +47,6 @@ class PreferencesAppearance extends React.Component
/>
<label htmlFor="dark">Use dark color scheme</label>
</div>
<div className="section-header">
Set font size:
<select>
<option>12</option>
</select>
Points
</div>
</div>
</div>
</div>