select none

This commit is contained in:
Robert 2024-03-09 06:20:04 +07:00
parent f651e60e84
commit 99ad455caf
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -89,13 +89,17 @@ export default function ChangeWaitForButton({
<div className="flex items-center gap-x-20"> <div className="flex items-center gap-x-20">
<div> <div>
<Typography <Typography
className="select-none"
variant="h6" variant="h6"
sx={{ color: "#4C4E64DE", opacity: "87%" }} sx={{ color: "#4C4E64DE", opacity: "87%" }}
> >
Тайминг Тайминг
</Typography> </Typography>
<Typography sx={{ color: "#4C4E6499", opacity: "60%" }}> <Typography
className="select-none"
sx={{ color: "#4C4E6499", opacity: "60%" }}
>
Отправить через Отправить через
</Typography> </Typography>
</div> </div>