File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" flex bg-gray-50 border border-gray-300 rounded-lg focus:ring-blue-500
3
3
focus:border-blue-500 w-full p-2.5 dark:bg-gray-700 dark:border-gray-600
4
- dark:focus:ring-blue-500 dark:focus:border-blue-500 relative max-w-full" >
4
+ dark:focus:ring-blue-500 dark:focus:border-blue-500 relative max-w-full"
5
+ :class =" 'bg-lightInputBackground placeholder-lightInputPlaceholderText text-lightInputText border-lightInputBorder dark:!bg-darkInputBackground dark:!placeholder-darkInputPlaceholderText dark:!text-darkInputText dark:!border-darkInputBorder'"
6
+ >
5
7
<SuggestionInput
6
8
ref =" suggestionInputRef"
7
9
class =" w-full !border-none text-gray-900 text-sm dark:placeholder-gray-400 dark:text-white whitespace-normal mr-28"
You can’t perform that action at this time.
0 commit comments