Skip to content

Commit

Permalink
feat(bridge-ui-v2): change css names
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Aug 3, 2023
1 parent f2e7eb8 commit 7da55e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let { class: restClass = '', ...restProps } = $$restProps;
let classes = classNames(
'w-full input-box placeholder:text-tertiary-content bg-gray-700 border-0 shadow-none outline-none font-bold text-2xl',
'w-full input-box placeholder:text-tertiary-content bg-neutral-background border-0 shadow-none outline-none font-bold text-2xl',
restClass,
error ? 'error' : '',
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
aria-haspopup="listbox"
aria-controls={id}
aria-expanded={menuOpen}
class="f-between-center w-full px-6 py-[14px] input-box bg-gray-700 border-0 shadow-none outline-none font-bold text-2xl"
class="f-between-center w-full px-6 py-[14px] input-box bg-neutral-background border-0 shadow-none outline-none font-bold text-2xl"
on:click={openMenu}
on:focus={openMenu}>
<div class="space-x-2">
Expand Down

0 comments on commit 7da55e5

Please sign in to comment.