fix updates selector style

This commit is contained in:
mbecker20
2023-02-27 05:55:33 +00:00
parent 7bf2a88ab1
commit 3b9219b586

View File

@@ -33,7 +33,6 @@ const Updates: Component<{}> = () => {
? setOperation(undefined)
: setOperation(o.replaceAll(" ", "_") as Operation)
}
targetClass="blue"
targetStyle={{ padding: "0" }}
position="bottom right"
searchStyle={{ width: "15rem" }}