[WEB-5742] fix: input field background #8369

This commit is contained in:
Aaryan Khandelwal 2025-12-17 21:23:28 +05:30 committed by GitHub
parent f0b98ceb8f
commit d9ab60104e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 9 deletions

View file

@ -67,9 +67,9 @@ export function PageForm(props: Props) {
isOpen={isOpen}
handleToggle={(val: boolean) => setIsOpen(val)}
className="flex items-center justify-center flex-shrink0"
buttonClassName="flex items-center justify-center"
buttonClassName="flex items-center justify-center bg-layer-2 hover:bg-layer-2-hover rounded-md"
label={
<span className="grid h-9 w-9 place-items-center rounded-md bg-surface-2">
<span className="grid h-9 w-9 place-items-center rounded-md">
<>
{formData?.logo_props?.in_use ? (
<Logo logo={formData?.logo_props} size={18} type="lucide" />