select none
This commit is contained in:
parent
f651e60e84
commit
99ad455caf
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user