fix styling move navbar from root & fix bugs

This commit is contained in:
fgrreloaded
2025-02-17 22:47:45 +05:30
parent 3edd3def2c
commit 6d03d6b97e
6 changed files with 13 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ export function CommandDisplay({ command }: CommandDisplayProps) {
return (
<div className="relative group">
<div className="bg-gray-950/90 border border-gray-800 rounded-lg p-4 font-mono text-sm text-gray-300 overflow-x-auto">
<div className="bg-gray-950/20 backdrop-blur-xl border border-gray-800 rounded-lg p-4 font-mono text-sm text-gray-300 overflow-x-auto">
<button
type="button"
onClick={copyToClipboard}