Skip to content

Commit

Permalink
Merge pull request #2013 from kayla-glick/fix-import-textarea-color
Browse files Browse the repository at this point in the history
Fix import textarea color
  • Loading branch information
kayla-glick authored Dec 2, 2022
2 parents 5247b40 + a9112ee commit 00cda6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/importers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export abstract class Importer extends Popup {
<div class="import-description">
</div>
<div class="import-content">
<textarea class="importer-textarea"></textarea>
<textarea class="importer-textarea form-control"></textarea>
</div>
<div class="actions-row">
`;
Expand Down

0 comments on commit 00cda6b

Please sign in to comment.