Make launch button green

This commit is contained in:
2025-07-23 16:27:45 -07:00
parent 520d176368
commit 4d5b91d06f
2 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ body {
@apply bg-[#0a6ec8] hover:bg-[#1361ad] disabled:bg-[#124c7e] disabled:hover:bg-[#1b3f63] disabled:text-[#bdbdbd] disabled:hover:text-[#e6e6e6] rounded-md cursor-pointer text-[16px] py-1.5 px-3 transition-colors duration-[0.25s];
}
.button-green {
@apply bg-[#28a745] hover:bg-[#218838] disabled:bg-[#1c7430] disabled:hover:bg-[#1a5c24] disabled:text-[#bdbdbd] disabled:hover:text-[#e6e6e6];
}
::-webkit-scrollbar {
@apply w-2;
}

View File

@@ -92,7 +92,7 @@ export default function Installs ({
Manage
</button>
<button
className='button'
className='button button-green'
onClick={async () => {
let plat = platform()
let willUseWine = false