Skip to content

Commit 0b1eced

Browse files
committed
fix: import docs.css in app.css
1 parent 74792c5 commit 0b1eced

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Patch Changes
66

77
- docs: disabled example to file-input
8-
fix: add disabled style to FloatingLabelInput, PhoneInput, SearchInput, Textarea
8+
- fix: add disabled style to FloatingLabelInput, PhoneInput, SearchInput, Textarea
99

1010
## 1.13.13
1111

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ color utility to any element that depends on these defaults.
7575
}
7676
}
7777

78-
@import "../static/styles/docs.css" layer(base);
78+
@import "../static/styles/docs.css";
7979

8080
@layer base {
8181
html {

static/styles/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ pre.language-svelte .token.comment {
400400
}
401401

402402
.DocSearch.DocSearch-Button {
403-
@apply m-2! ml-0 flex h-[40px] w-[40px] items-center justify-center rounded-lg! border! bg-white p-2! shadow-none hover:bg-gray-100! hover:shadow-none focus:shadow-none focus:ring-4 focus:ring-gray-200 focus:outline-hidden md:mr-0 md:w-52 md:justify-between md:border-solid! md:border-gray-300! md:bg-gray-50! xl:w-64 xl:pl-4 dark:bg-gray-700! dark:md:border-gray-600!;
403+
@apply m-2! ml-0 flex h-[26px] w-[40px] items-center justify-center rounded-lg! border! bg-white p-2! shadow-none hover:bg-gray-100! hover:shadow-none focus:shadow-none focus:ring-4 focus:ring-gray-200 focus:outline-hidden md:mr-0 md:w-52 md:justify-between md:border-solid! md:border-gray-300! md:bg-gray-50! xl:w-64 xl:pl-4 dark:bg-gray-700! dark:md:border-gray-600!;
404404
}
405405

406406
.DocSearch .DocSearch-Button-Placeholder {

0 commit comments

Comments
 (0)