mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 06:18:04 +00:00
Fixed tailwindcss classes (#629)
This commit is contained in:
@@ -32,7 +32,7 @@ export default function InstalledPackagesHeader({
|
||||
|
||||
<div className="w-1/3">
|
||||
<input
|
||||
className="border-installed-charts-filter rounded-sm p-1 text-sm w-11/12"
|
||||
className="border border-installed-charts-filter rounded-sm p-1 text-sm w-11/12"
|
||||
placeholder="Filter..."
|
||||
type="text"
|
||||
onChange={(ev) => setFilterKey(ev.target.value)}
|
||||
|
||||
Reference in New Issue
Block a user