Skip to content

Commit

Permalink
Fix background of chips input
Browse files Browse the repository at this point in the history
RISDEV-2353
  • Loading branch information
leonie-koch committed Dec 15, 2023
1 parent bdff5e5 commit 9f05dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/shared/components/input/ChipsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ watch(newChipText, async () => {
<!-- eslint-disable-next-line vuejs-accessibility/no-static-element-interactions -->
<div
ref="wrapperEl"
class="flex min-h-[4rem] w-full cursor-text flex-wrap items-center overflow-hidden px-16 py-8 outline-2 -outline-offset-4 autofill:text-inherit autofill:shadow-white autofill:focus:text-inherit autofill:focus:shadow-white"
class="flex min-h-[4rem] w-full cursor-text flex-wrap items-center overflow-hidden bg-white px-16 py-8 outline-2 -outline-offset-4 autofill:text-inherit autofill:shadow-white autofill:focus:text-inherit autofill:focus:shadow-white"
:class="[
readOnly
? 'hover:outline-none'
Expand Down

0 comments on commit 9f05dd2

Please sign in to comment.