🐛 fix(constants.tsx): correct typo in constant name from HIGHLIGH_CSS to HIGHLIGHT_CSS for consistency and clarity
This commit is contained in:
parent
ded0529d59
commit
3896f894ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue