refactor: update component props and styles across multiple modals and cards for consistency and improved readability

This commit is contained in:
2025-06-10 16:05:29 +05:00
parent cadc92da65
commit f204767e0a
7 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -29,10 +29,10 @@ function EditTable({ table }: { table: Server }) {
});
return (
<div className="bg-[#F0F0F0] rounded-4xl w-[25vw] flex flex-col justify-center items-center">
<div className="bg-[#F0F0F0] rounded-[2.222vw] w-[25vw] flex flex-col justify-center items-center">
<h3 className="title-s font-medium py-[1.806vw]">Редактирование стола</h3>
<div className="bg-[url(/images/Table.png)] bg-no-repeat bg-contain bg-center w-full h-[6.944vw]"></div>
<div className="bg-[#FFFFFF] w-full rounded-4xl p-[1.389vw] flex flex-col gap-[0.833vw]">
<div className="bg-[#FFFFFF] w-full rounded-[2.222vw] p-[1.389vw] flex flex-col gap-[0.833vw]">
<div className="space-y-[0.556vw]">
<NewInput
placeholder="Название стола*"