design page specialdays & workingdays & turns & add modal working day
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function ContentText({ children, text }) {
|
||||
return (
|
||||
<div className="flex flex-col items-start justify-start gap-[16px]">
|
||||
<div className="flex flex-col items-start justify-start gap-[16px] content-text-panel">
|
||||
<p className="text-[#525252] text-[14px] font-medium">{text}</p>
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user