Skip to content

Commit

Permalink
fix: i'm an idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
inducingchaos committed Dec 26, 2024
1 parent 9f8bbb6 commit 0d4382d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/_ignore/experimental/essential-text-area.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ export function EssentialTextArea({
props.onChange?.(e)
}}
className={cn(
// @fixme wtf is this opacity bug
"scrollbar-hide w-full resize-none overflow-hidden bg-transparent transition-colors placeholder:text-main/eighth focus:outline-none focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-main/-quarter focus-visible:ring-offset-2 focus-visible:ring-offset-alternate disabled:cursor-not-allowed disabled:opacity-half",
"scrollbar-hide w-full resize-none overflow-hidden bg-transparent transition-colors placeholder:text-main/half focus:outline-none focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-main/-eighth focus-visible:ring-offset-2 focus-visible:ring-offset-alternate disabled:cursor-not-allowed disabled:opacity-half",
className
)}
style={{
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {

export default {
darkMode: ["class"],
content: ["./src/{app,components,domains}/**/*.{js,ts,jsx,tsx,mdx}"],
content: ["./src/{app,components,domains,_ignore/experimental}/**/*.{js,ts,jsx,tsx,mdx}"],

theme: {
spacing,
Expand Down

0 comments on commit 0d4382d

Please sign in to comment.