docs: fix details component + other styling fixes (#5217)

* docs: fix details component

* general styling fixes
This commit is contained in:
Shahed Nasser
2023-09-26 19:03:07 +03:00
committed by GitHub
parent bc42b201ea
commit dee3419fe8
4 changed files with 15 additions and 5 deletions

View File

@@ -57,7 +57,9 @@ export const Button = ({
"dark:shadow-button-neutral dark:focus:shadow-button-neutral-focused dark:active:shadow-button-neutral-focused",
"select-none",
],
clear: ["bg-transparent shadow-none border-0 outline-none cursor-pointer"],
clear: [
"bg-transparent shadow-none border-0 outline-none cursor-pointer text-fg-medusa-subtle",
],
}
return (