build.sh bug fixes
This commit is contained in:
@@ -99,8 +99,7 @@ function Input({ label, value, onChange, placeholder, type = 'text', required, h
|
||||
fontSize: 14, outline: 'none', background: '#fff', color: '#202124',
|
||||
transition: 'border-color 0.15s' }}
|
||||
onFocus={e => e.target.style.borderColor = '#1a73e8'}
|
||||
onBlur={e => e.target.style.borderColor = '#e0e0e0'}
|
||||
/>
|
||||
onBlur={e => e.target.style.borderColor = '#e0e0e0'} />
|
||||
{hint && <span style={{ fontSize: 11, color: '#9aa0a6' }}>{hint}</span>}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user