TextInput.scss 98 B

1234567
  1. @import "../css/variables.module";
  2. .excalidraw {
  3. .TextInput {
  4. display: inline-block;
  5. }
  6. }