Skip to content

Commit

Permalink
[TM-1425] text style dropdown monitored indicator (#750)
Browse files Browse the repository at this point in the history
* [TM-1425] text style dropdown monitored indicator

* [TM-1425] text style dropdown monitored indicator
  • Loading branch information
dottyy authored Dec 16, 2024
1 parent 7e879ac commit b069527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ const DataCard = ({
setSelected(option);
}}
variant={VARIANT_DROPDOWN_SIMPLE}
inputVariant="text-14-semibold"
inputVariant="text-18-semibold"
className="z-50"
defaultValue={[DROPDOWN_OPTIONS.find(item => item.slug === indicatorSlug)?.value!]}
optionsClassName="w-max z-50"
Expand Down Expand Up @@ -644,7 +644,7 @@ const DataCard = ({
</div>
</When>
<When condition={tabActive === 1}>
<div className="relative z-auto flex h-[calc(100vh-320px)] w-full gap-8 px-6 pb-6 pt-2">
<div className="relative z-auto flex w-full gap-8 px-6 pb-6 pt-2">
<Dropdown
containerClassName={classNames("absolute left-full -translate-x-full pr-6 z-[1]", {
hidden: selected.includes("6")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const VARIANT_DROPDOWN_FILTER: DropdownVariant = {
};

export const VARIANT_DROPDOWN_SIMPLE: DropdownVariant = {
className: "gap-2 text-black border-b-2 border-black py-0 px-1 rounded-none h-fit",
className: "gap-2 text-black border-b-2 border-black py-0 px-1 rounded-none h-fit !items-baseline !h-8",
iconClassName: "w-3 h-[9px] fill-trasparent",
iconName: IconNames.CHEVRON_DOWN_DASH,
iconNameClear: IconNames.CLEAR,
Expand Down

0 comments on commit b069527

Please sign in to comment.