mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
'use babel';
|
|
|
|
import setFontSize from './set-font-size';
|
|
|
|
atom.config.observe('atom-material-ui.fonts.fontSize', size => setFontSize(size));
|