diff options
Diffstat (limited to 'web/source/settings/components/form-fields.jsx')
-rw-r--r-- | web/source/settings/components/form-fields.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/components/form-fields.jsx b/web/source/settings/components/form-fields.jsx index cb402c3b2..6393b1d5c 100644 --- a/web/source/settings/components/form-fields.jsx +++ b/web/source/settings/components/form-fields.jsx @@ -119,7 +119,7 @@ module.exports = { field = ( <> <label htmlFor={id} className="file-input button">Browse</label> - <span> + <span className="form-info"> {file ? file.name : "no file selected"} {size} </span> {/* <a onClick={removeFile("header")}>remove</a> */} |