mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-24 20:22:57 +00:00
small changes
This commit is contained in:
@@ -55,7 +55,7 @@ const SettingsEditor = ({ settings, updateSettings = ()=>{}, EditorThemeNameList
|
|||||||
|
|
||||||
<div className='field'>
|
<div className='field'>
|
||||||
<label htmlFor='changeEditorTheme'>
|
<label htmlFor='changeEditorTheme'>
|
||||||
Automatically close brackets
|
Select your Editor Theme
|
||||||
</label>
|
</label>
|
||||||
<div className='value'>
|
<div className='value'>
|
||||||
<select value={currentSettings.editorTheme} onChange={(e)=>handleFieldChange('editorTheme', e)} >
|
<select value={currentSettings.editorTheme} onChange={(e)=>handleFieldChange('editorTheme', e)} >
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
margin : 0 0 40px;
|
margin : 0 0 40px;
|
||||||
|
font-size : 15px;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
text-transform : uppercase;
|
text-transform : uppercase;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user