Skip to content

Commit 67151da

Browse files
committed
Merge branch 'feat/human-readable-schema-validation-ui' into develop
2 parents b5d2be7 + fbf48fc commit 67151da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/code-editor.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,15 @@ export default function CodeEditor({
174174
border-radius: 3px;
175175
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
176176
}
177+
<<<<<<< HEAD
177178
/* Removed global style for highlighted line */
179+
=======
180+
/* Style for highlighted line */
181+
.editor-highlight-line {
182+
background-color: rgba(56, 189, 248, 0.25) !important;
183+
border-left: 3px solid #38bdf8 !important;
184+
}
185+
>>>>>>> feat/human-readable-schema-validation-ui
178186
`}</style>
179187
<Editor
180188
height={height}

0 commit comments

Comments
 (0)