mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
improve text size settings
This commit is contained in:
+3
-1
@@ -40,9 +40,11 @@ const allFontSizeArray = [
|
||||
];
|
||||
|
||||
const defaultFontSize = allFontSize.Default;
|
||||
const fontSizePreviewClassNamePrefix = 'preview-';
|
||||
|
||||
export default {
|
||||
allFontSize: allFontSize,
|
||||
allFontSizeArray: allFontSizeArray,
|
||||
defaultFontSize: defaultFontSize
|
||||
defaultFontSize: defaultFontSize,
|
||||
fontSizePreviewClassNamePrefix: fontSizePreviewClassNamePrefix
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user