We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39446e1 commit 10a0446Copy full SHA for 10a0446
1 file changed
app/templates/components/workspace_files.html
@@ -27,7 +27,7 @@ <h3 class="text-lg font-black text-black">Files</h3>
27
</div>
28
29
<div class="flex gap-2">
30
- <button id="new-file-button" class="w-full px-3 py-2 bg-cyan-400 border-2 border-black text-black font-bold shadow-[2px_2px_0px_0px_rgba(0,0,0,1)] hover:shadow-[4px_4px_0px_0px_rgba(0,0,0,1)] hover:translate-x-[-1px] hover:translate-y-[-1px] active:shadow-[1px_1px_0px_0px_rgba(0,0,0,1)] active:translate-x-[1px] active:translate-y-[1px] transition-all flex items-center justify-center gap-1 text-sm">
+ <button id="new-file-button" class="w-full px-3 py-2 bg-cyan-400 border-2 border-black text-black font-bold shadow-[2px_2px_0px_0px_rgba(0,0,0,1)] hover:shadow-[4px_4px_0px_0px_rgba(0,0,0,1)] hover:translate-x-[-1px] hover:translate-y-[-1px] active:shadow-[1px_1px_0px_0px_rgba(0,0,0,1)] active:translate-x-[1px] active:translate-y-[1px] transition-all flex items-center justify-center gap-1 text-sm rounded-none focus:outline-none focus:ring-0">
31
<span class="mdi mdi-file-plus text-base"></span>
32
<span>New File</span>
33
</button>
0 commit comments