File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
apps/webapp/app/components/code Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ export function TSQLEditor(opts: TSQLEditorProps) {
284284 } }
285285 />
286286 { showButtons && (
287- < div className = "absolute right-0 top-0 z-10 flex items-center justify-end bg-charcoal-900/80 p-0 .5" >
287+ < div className = "absolute right-0 top-0 z-10 flex items-center justify-end bg-charcoal-900/80 p-1 .5" >
288288 { additionalActions && additionalActions }
289289 { showFormatButton && (
290290 < Button
Original file line number Diff line number Diff line change @@ -850,11 +850,7 @@ function HeaderCellContent({
850850 className = "flex-shrink-0 rounded text-text-dimmed transition-colors hover:text-text-bright"
851851 title = "Toggle column filters"
852852 >
853- { showFilters ? (
854- < IconFilter2X className = "size-4" />
855- ) : (
856- < IconFilter2 className = "size-4" />
857- ) }
853+ { showFilters ? < IconFilter2X className = "size-4" /> : < IconFilter2 className = "size-4" /> }
858854 </ button >
859855 ) }
860856 </ div >
You can’t perform that action at this time.
0 commit comments