Workout Management tests ready
This commit is contained in:
@@ -32,7 +32,7 @@ const FilledInput: React.FC<FilledInputProps> = ({ label, value, onChange, onCle
|
||||
return (
|
||||
<div className="relative group bg-surface-container-high rounded-t-lg border-b border-outline-variant hover:bg-white/5 focus-within:border-primary transition-colors">
|
||||
<label htmlFor={id} className="absolute top-2 left-4 text-[10px] font-medium text-on-surface-variant flex items-center gap-1">
|
||||
{icon} {label}
|
||||
{icon ? <>{icon} {label}</> : label}
|
||||
</label>
|
||||
<input
|
||||
id={id}
|
||||
|
||||
Reference in New Issue
Block a user