Skip to content

Commit be502c9

Browse files
harsh-vadorclaude
andcommitted
style(ui-core): primary text color for FilterSelect option labels
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 1337ce0 commit be502c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openmetadata-ui-core-components/src/main/resources/ui/src/components/application/filter-select

openmetadata-ui-core-components/src/main/resources/ui/src/components/application/filter-select/filter-select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const OptionRow = ({
149149
showCheckbox={showCheckbox}
150150
textValue={optionText(option)}>
151151
{(state) => (
152-
<span className="tw:flex tw:w-full tw:min-w-0 tw:items-center tw:justify-between tw:gap-2 tw:text-xs">
152+
<span className="tw:flex tw:w-full tw:min-w-0 tw:items-center tw:justify-between tw:gap-2 tw:text-xs tw:text-primary">
153153
{iconNode !== undefined && (
154154
<span aria-hidden="true" className="tw:flex tw:shrink-0">
155155
{iconNode}

0 commit comments

Comments
 (0)