🐛 fix(constants.tsx): correct typo in constant name from HIGHLIGH_CSS to HIGHLIGHT_CSS for consistency and clarity

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-08 15:09:49 -03:00
commit 3896f894ac

View file

@ -550,5 +550,5 @@ export const USER_PROJECTS_HEADER = "My Collection";
* @constant
*
*/
export const HIGHLIGH_CSS =
export const HIGHLIGHT_CSS =
"block pl-3 pr-14 py-2 w-full h-full text-sm outline-0 border-0 break-all overflow-y-hidden max-w-[75vw]";