refining message text tile label font size

This commit is contained in:
Antoine M 2024-12-10 15:05:24 +01:00
parent c05b2493c6
commit f8417b8347

View File

@ -297,6 +297,6 @@ body.post-type-artisans {
@apply border border-neutral-200 border-solid p-4;
div[data-type='message'] {
@apply text-neutral-900 py-0 text-xl;
@apply text-neutral-900 py-0 text-base;
}
}