Skip to content

Commit 6676eec

Browse files
committed
fix: style
1 parent 55b1bc3 commit 6676eec

File tree

1 file changed

+6
-0
lines changed
  • packages/theme-nonepress/src/theme/SearchBar

1 file changed

+6
-0
lines changed

packages/theme-nonepress/src/theme/SearchBar/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:root {
22
--docsearch-primary-color: oklch(var(--p)) !important;
3+
--docsearch-highlight-color: oklch(var(--p)) !important;
4+
--docsearch-secondary-text-color: var(--docsearch-muted-color) !important;
35
}
46

57
.doc-search-btn {
@@ -29,6 +31,10 @@
2931
}
3032

3133
/* stylelint-disable selector-class-pattern */
34+
.DocSearch-Button {
35+
border-radius: 40px;
36+
}
37+
3238
.DocSearch-Container {
3339
@apply backdrop-blur-sm;
3440
}

0 commit comments

Comments
 (0)