Fixed message theme selector
This commit is contained in:
		@@ -140,7 +140,7 @@
 | 
			
		||||
    <div class="fields">
 | 
			
		||||
      <div class="input-field">
 | 
			
		||||
        <label>Theme</label>
 | 
			
		||||
        <select name="build.theme" id="theme-select" required></select>
 | 
			
		||||
        <select name="build.theme" id="theme-select"></select>
 | 
			
		||||
        <button type="button" id="remove-theme-btn" class="remove-btn up-btn danger">🗑 Remove selected theme</button>
 | 
			
		||||
        <input type="file" id="theme-upload" webkitdirectory directory multiple style="display:none;">
 | 
			
		||||
        <button type="button" id="choose-theme-btn" class="up-btn">📂 Upload custom theme folder</button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user