(fix:bubble) color adjustments

This commit is contained in:
ManishMadan2882
2025-03-12 06:41:37 +05:30
parent fa07b3349d
commit 1f3c07979a
4 changed files with 9 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ function SourceDropdown({
<div className="relative w-5/6 rounded-3xl" ref={dropdownRef}>
<button
onClick={() => setIsDocsListOpen(!isDocsListOpen)}
className={`flex w-full cursor-pointer items-center border border-silver bg-white p-[14px] dark:bg-transparent ${
className={`flex w-full cursor-pointer items-center border border-silver bg-white p-[11px] dark:bg-transparent ${
isDocsListOpen
? 'rounded-t-3xl dark:border-silver/40'
: 'rounded-3xl dark:border-purple-taupe'