Skip to content

Commit 293063a

Browse files
committed
fix: update text size to 14px
1 parent ac3deb0 commit 293063a

File tree

3 files changed

+6
-6
lines changed

3 files changed

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

src/Shared/Components/DiffViewer/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ export const diffViewerStyles: ReactDiffViewerProps['styles'] = {
3232
},
3333
},
3434
diffContainer: {
35-
fontSize: '13px',
35+
fontSize: '14px',
3636
fontWeight: 400,
3737
lineHeight: '20px',
3838

3939
pre: {
40-
fontSize: '13px',
40+
fontSize: '14px',
4141
lineHeight: '20px',
4242
fontFamily: 'Inconsolata, monospace',
4343
wordBreak: 'break-word',
@@ -76,7 +76,7 @@ export const diffViewerStyles: ReactDiffViewerProps['styles'] = {
7676
lineHeight: '16px',
7777
},
7878
codeFold: {
79-
fontSize: '13px',
79+
fontSize: '14px',
8080
fontWeight: 400,
8181
lineHeight: '20px',
8282
height: '32px',

0 commit comments

Comments
 (0)