We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3b457 commit 30000a1Copy full SHA for 30000a1
src/Toolbar.tsx
@@ -394,7 +394,7 @@ export function Toolbar({
394
<div className="flex flex-col items-center absolute top-full left-1/2 -translate-x-1/2">
395
{isInTemporaryWorkspace && (
396
<div className="flex flex-row gap-2 justify-center">
397
- <div className="mt-2 py-1 animate-pulse w-fit uppercase text-xs rounded-full ml-2 px-2 py-1 border border-chalkboard-40 dark:text-chalkboard-40 bg-chalkboard-10 dark:bg-chalkboard-90 shadow-lg">
+ <div className="mt-2 animate-pulse w-fit uppercase text-xs rounded-full ml-2 px-2 py-1 border border-chalkboard-40 dark:text-chalkboard-40 bg-chalkboard-10 dark:bg-chalkboard-90 shadow-lg flex items-center">
398
Temporary workspace
399
</div>
400
<button
0 commit comments