Skip to content

Commit c2fcf54

Browse files
committed
Fix editor find widget style
1 parent ede0712 commit c2fcf54

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@next-bricks/form": "^1.15.13",
2929
"@next-bricks/icons": "^1.3.23",
3030
"@next-bricks/shoelace": "^1.1.9",
31-
"@next-core/monaco-contributions": "^0.3.13",
31+
"@next-core/monaco-contributions": "^0.3.14",
3232
"@next-core/preview": "^0.7.51",
3333
"clsx": "^2.1.1",
3434
"lodash": "^4.17.21",

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ button {
8888
html[data-theme="dark"] .header-github-link::before {
8989
background-image: url(../../static/img/github-mark-white.svg);
9090
}
91+
92+
.monaco-editor .find-widget .button {
93+
color: inherit;
94+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,10 +2125,10 @@
21252125
resolved "https://registry.yarnpkg.com/@next-bricks/shoelace/-/shoelace-1.1.9.tgz#2fc69e92705516a63862fb1103ad77d78ccb212c"
21262126
integrity sha512-yLl1zhTj1Y/sPAWOfeYbIzDuU10HrG4pfYRBGTnQtQVrfwDzApN6AeckcckFUMZzXZNku0BaHu5uf9UGEDjRDA==
21272127

2128-
"@next-core/monaco-contributions@^0.3.13":
2129-
version "0.3.13"
2130-
resolved "https://registry.yarnpkg.com/@next-core/monaco-contributions/-/monaco-contributions-0.3.13.tgz#537c355abc38da2ca78ccf185c985dd657f95706"
2131-
integrity sha512-dvXyveWfqKE8MdAbltVRgJ1Pr87+vdvGh8JNoBtDV4h7FwfTK4yrWQ+yAMzO2H0sspkopS1lTUZyMqF2fNdiIg==
2128+
"@next-core/monaco-contributions@^0.3.14":
2129+
version "0.3.14"
2130+
resolved "https://registry.yarnpkg.com/@next-core/monaco-contributions/-/monaco-contributions-0.3.14.tgz#2627f6256c9832d1844c7107719f0d3893a0a7ac"
2131+
integrity sha512-9iw5SIA/O6USb5mrr3zrK1L8yNymobn3WdgC2SA3Ms4F6K2ESu0BGHNKASOVAJe7ko1PKs5uMPUCqG5+pjKLmA==
21322132

21332133
"@next-core/preview@^0.7.51":
21342134
version "0.7.51"

0 commit comments

Comments
 (0)