Added CurrencyFieldInput design (#4254)

* #4123 CurrencyFieldInput design is ready

* resolved comment and currency code

* resolved design comment

---------

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Jeet Desai
2024-03-09 02:00:45 +05:30
committed by GitHub
parent 0c17decfb9
commit 40a3b7d849
7 changed files with 348 additions and 6 deletions

View File

@ -12,7 +12,7 @@ import {
import { StyledMenuItemSelect } from './MenuItemSelect';
type MenuItemSelectAvatarProps = {
avatar: ReactNode;
avatar?: ReactNode;
selected: boolean;
text: string;
className?: string;