Skip to content

Commit 6289425

Browse files
committed
reverted code
1 parent ba00ac2 commit 6289425

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.0.86-beta-8",
3+
"version": "0.0.86-beta-9",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/ReactSelect/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const CommonGroupedDropdownStyles = {
5151
}),
5252
valueContainer: (base) => ({
5353
...base,
54-
padding: '8px 0px 8px 8px',
54+
padding: '4px 0px 4px 8px',
5555
display: 'flex',
5656
minHeight: '36px',
5757
gap: '6px',
@@ -90,7 +90,7 @@ export const CommonGroupedDropdownStyles = {
9090
border: `1px solid var(--N200)`,
9191
borderRadius: `4px`,
9292
background: 'white',
93-
height: '24px',
93+
height: '28px',
9494
margin: '0px',
9595
padding: '2px',
9696
fontSize: '13px',

0 commit comments

Comments
 (0)