Skip to content

Commit

Permalink
Rounded corners for code editor (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Oct 9, 2024
1 parent 68448fc commit 0b9afe8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions skyvern-frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,13 @@ body,
#root {
min-height: 100vh;
}

/* CodeMirror override styles */

.cm-editor {
@apply rounded-md;
}

.cm-gutters {
@apply rounded-md;
}

0 comments on commit 0b9afe8

Please sign in to comment.