mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-11 03:20:14 +02:00
no border and on hover no background change
This commit is contained in:
@@ -59,7 +59,10 @@ export class ProjectName extends Component<Props> {
|
||||
{this.props.value}
|
||||
</span>
|
||||
) : (
|
||||
<span className="TextInput" aria-label={this.props.label}>
|
||||
<span
|
||||
className="TextInput TextInput--readonly"
|
||||
aria-label={this.props.label}
|
||||
>
|
||||
{this.props.value}
|
||||
</span>
|
||||
);
|
||||
|
Reference in New Issue
Block a user