ui(admin): tweaks to LocationSelect.tsx

This commit is contained in:
Matthew Penner 2021-02-02 14:11:54 -07:00
parent 7bbe9e8e89
commit 9184cbdf11
2 changed files with 58 additions and 34 deletions

View file

@ -59,7 +59,7 @@ const inputStyle = css<Props>`
${tw`opacity-75`};
}
&:read-only {
&:not(.ignoreReadOnly):read-only {
${tw`border-neutral-800 bg-neutral-900`};
}