fix: Add temporary text-md variable to maintain placeholder font size in input fields

- font is unusally large for filter lookup input
This commit is contained in:
marination
2022-03-22 16:12:30 +05:30
parent 0f774f2f07
commit cfce719a7d

View File

@@ -4,6 +4,7 @@
--green-info: #38A160; --green-info: #38A160;
--product-bg-color: white; --product-bg-color: white;
--body-bg-color: var(--gray-50); --body-bg-color: var(--gray-50);
--text-md: 13px; // variables are in desk folder in frappe for v13, this is a temporary fix
} }
body.product-page { body.product-page {