refactor: update component props and styles across multiple modals and cards for consistency and improved readability
This commit is contained in:
@@ -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="Название стола*"
|
||||
|
||||
Reference in New Issue
Block a user