legend-studio icon indicating copy to clipboard operation
legend-studio copied to clipboard

Feature request: Enhance visual representation of dropdown of SchemaSpecification in `JsonSchemaConfiguration`

Open gayathrir11 opened this issue 3 years ago • 0 comments

Similar requests

  • [X] I have searched and found no existing similar requests

How are you using Studio?

Legend Studio

What problems are you trying to solve?

When you generate JsonSchemaSpecification from file generation and try to select SchemaSpecification from the dropdown it is kind of hard to see the dropdown as both the dropdown and the background is black in color image

Model Data

###FileGeneration
JsonSchema test::file
{
  scopeElements: [test];
}


###GenerationSpecification
GenerationSpecification test::MyGenerationSpecification
{
  fileGenerations: [
    test::file
  ];
}


###Pure
Class test::class
{
  name: String[1];
  id: Integer[1];
}

Open file from form mode and try to click on dropdown for SchemaSpecification

Describe the solution you would like to see implemented

Change the color of the dropdown to easily see it.

Describe alternatives you have considered

No response

Documentation, Design, Adoption, Migration Strategy

No response

Contribution

  • [ ] I would like to work on this feature

gayathrir11 avatar Apr 04 '22 15:04 gayathrir11