opensearch-project / dashboards-flow-framework

A UI designer for constructing AI applications with OpenSearch
Apache License 2.0
9 stars 6 forks source link

Use smaller and compressed varients of buttons and form components #257

Closed AMoo-Miki closed 1 month ago

AMoo-Miki commented 1 month ago

Description

Replace instances of EuiButton that don't have an explicit sizing attribute to EuiSmallButton*. Replace instances of Eui<form elements> that don't have density attributes to EuiCompressed<form elements>.

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

AMoo-Miki commented 1 month ago

Btw, is there any standardized guidelines for this listed somewhere I can reference for the future?

Viraj owns it. Can't tag him here somehow.