Skip to content

Commit

Permalink
🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…
Browse files Browse the repository at this point in the history
…src/'

<!-- ELLIPSIS_HIDDEN -->

> [!IMPORTANT]
> Apply `rounded-md` to CodeMirror components in `cloud/index.css` and `src/index.css` for rounded corners.
>
>   - **Styles**:
>     - Apply `rounded-md` to `.cm-editor` and `.cm-gutters` in `cloud/index.css` and `src/index.css` for rounded corners in CodeMirror components.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for bd7ec71d1f13f0234903de147dd9fdf62ae884cb. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->
  • Loading branch information
ykeremy committed Oct 9, 2024
1 parent 68448fc commit b87b467
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 b87b467

Please sign in to comment.