mirror of
https://github.com/Sevichecc/m-oauth.git
synced 2025-04-30 14:59:29 +08:00
style: just format it
This commit is contained in:
parent
ea8b50ee46
commit
1990cdb898
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ const ScopeItem: React.FC<ScopeCheckboxProps> = ({ scope, method, field }) => {
|
||||||
<label
|
<label
|
||||||
htmlFor={scope}
|
htmlFor={scope}
|
||||||
className={`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 ${
|
className={`text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 ${
|
||||||
isCovered ? "hover:cursor-not-allowed opacity-70" : "hover:cursor-pointer"
|
isCovered
|
||||||
|
? "opacity-70 hover:cursor-not-allowed"
|
||||||
|
: "hover:cursor-pointer"
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{method == "admin" && (
|
{method == "admin" && (
|
||||||
|
|
Loading…
Reference in a new issue