Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • graphpolaris/frontend-v2
  • rijkheere/frontend-v-2-reordering-paoh
2 results
Show changes
......@@ -35,7 +35,7 @@ export const SearchBar: React.FC<SearchBarProps> = ({ onSearch }) => {
};
return (
<div className="absolute bottom-0 left-1/2 transform -translate-x-1/2 z-50 m-1 p-2 bg-white shadow-md rounded w-full max-w-xl">
<div className="absolute bottom-0 left-1/2 transform -translate-x-1/2 z-50 m-1 p-2 bg-light shadow-md rounded w-full max-w-xl">
<div className="flex gap-2 items-center">
<Input type="text" size="xs" value={query} onChange={(value) => setQuery(value)} />
<Button label="Search" size="xs" onClick={handleSearch} disabled={isLoading} />
......
......@@ -38,6 +38,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"casbin.js": "^0.5.1",
"html2canvas": "^1.4.1"
}
}
This diff is collapsed.