Nicer promptpanel fonts

This commit is contained in:
Seth Forsgren 2022-11-24 23:06:17 -08:00
parent e01cb50181
commit bb9257e1fa
1 changed files with 2 additions and 2 deletions

View File

@ -68,6 +68,6 @@ const promptEntryClassNames = {
1: "font-normal text-m text-gray-300 text-opacity-60",
2: "font-medium text-xl text-gray-200 text-opacity-80",
3: "font-bold text-5xl text-white", // This is the primary prompt
4: "font-medium text-2xl text-gray-200 text-opacity-80", // This is prompt it is transitioning to
5: "font-normal text-m text-gray-300 text-opacity-60", // This is the UP NEXT prompt
4: "font-medium text-3xl text-gray-100 text-opacity-80", // This is prompt it is transitioning to
5: "font-normal text-m text-gray-200 text-opacity-60", // This is the UP NEXT prompt
};