style: adjust disabled button color

This commit is contained in:
Ayo 2023-06-14 19:48:41 +02:00
parent b76f00ac35
commit 16a00d7c9d

View file

@ -94,7 +94,7 @@ const { url } = Astro.props;
}
:global(button[disabled="true"]) {
color: #eee !important;
color: #ccc !important;
}