Skip to content

Commit 710e7ba

Browse files
committed
css fixes
1 parent 977bc53 commit 710e7ba

File tree

4 files changed

+5
-5
lines changed

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

src/Shared/Components/ReactSelect/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const CommonGroupedDropdownStyles = {
5151
}),
5252
valueContainer: (base) => ({
5353
...base,
54-
padding: '4px 0px 4px 8px',
54+
padding: '8px 0px 8px 8px',
5555
display: 'flex',
5656
minHeight: '36px',
5757
gap: '6px',

src/Shared/Components/ReactSelect/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const GroupHeading = (props: any) => {
168168

169169
export const DropdownIndicator = (props) => (
170170
<components.DropdownIndicator {...props}>
171-
<ICCaretDown className="icon-dim-20 icon-n5" data-testId />
171+
<ICCaretDown className="icon-dim-20 icon-n6" data-testId />
172172
</components.DropdownIndicator>
173173
)
174174

0 commit comments

Comments
 (0)