style: adjust disabled button color
This commit is contained in:
parent
b76f00ac35
commit
16a00d7c9d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ const { url } = Astro.props;
|
|||
}
|
||||
|
||||
:global(button[disabled="true"]) {
|
||||
color: #eee !important;
|
||||
color: #ccc !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue