mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-08-30 08:09:15 +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)}
|
||||
|
||||
@@ -78,7 +78,7 @@ const Modal = ({
|
||||
return createPortal(
|
||||
<>
|
||||
{isOpen && (
|
||||
<div className="fixed inset-0 bg-gray-500 bg-black/75 transition-opacity ">
|
||||
<div className="fixed inset-0 bg-black/75 transition-opacity ">
|
||||
<div className="flex justify-center">
|
||||
<div
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user