Skip to content

Commit 84a8494

Browse files
authored
Merge pull request #264 from devtron-labs/fix/approval-config-uat
fix: color for single value for border less select
2 parents 6b6e514 + 04f192c commit 84a8494

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.2.6-beta-11",
3+
"version": "0.2.6-beta-12",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/SelectPickerCustom/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ const getVariantOverrides = <OptionValue>(
4646
gap: '2px',
4747
}),
4848
singleValue: () => ({
49-
color: 'var(--B500)',
5049
fontWeight: 600,
5150
}),
5251
}

0 commit comments

Comments
 (0)