build.sh bug fixes
This commit is contained in:
@@ -131,7 +131,7 @@ export function ColourPicker({ value, onChange }) {
|
||||
<input value={hexInput} onChange={handleHexInput} maxLength={7} placeholder="#000000"
|
||||
style={{fontFamily:'monospace',fontSize:14,padding:'6px 10px',borderRadius:8,
|
||||
border:`1px solid ${hexError?'#e53935':'var(--border)'}`,width:110,
|
||||
background:'var(--surface)',color:'var(--text-primary)'}} autoComplete="new-password">
|
||||
background:'var(--surface)',color:'var(--text-primary)'}} autoComplete="new-password" >
|
||||
</div>
|
||||
<div style={{display:'flex',gap:8,marginTop:12}}>
|
||||
<button className="btn btn-primary btn-sm" onClick={()=>{onChange(current);setMode('suggestions');}} disabled={hexError}>Set</button>
|
||||
|
||||
Reference in New Issue
Block a user