We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834a994 commit 22d9ccfCopy full SHA for 22d9ccf
1 file changed
src/lib/elems/TabFile.svelte
@@ -278,7 +278,7 @@
278
</div>
279
<button
280
type="button"
281
- class="flex-1 btn rounded-none h-14 flex flex-col items-start overflow-hidden {
+ class="flex-1 btn rounded-none h-10 flex flex-col items-start overflow-hidden {
282
isActive && file.isModified ? 'preset-tonal-primary' :
283
isActive ? 'preset-filled-primary-500' :
284
file.isModified ? 'preset-tonal-surface' :
0 commit comments