Add computed sha256 field to sethook form

This commit is contained in:
Valtteri Karesto
2022-04-14 11:52:24 +03:00
parent 5559fb7be3
commit 16cbdafb27
2 changed files with 20 additions and 1 deletions

View File

@@ -59,6 +59,8 @@ export const Input = styled("input", {
},
"&:read-only": {
backgroundColor: "$mauve2",
color: "$text",
opacity: 0.8,
"&:focus": {
boxShadow: "inset 0px 0px 0px 1px $colors$mauve7",
},