fix: table sort button + search style
This commit is contained in:
		@@ -198,6 +198,7 @@
 | 
			
		||||
              <th class="cursor-pointer">
 | 
			
		||||
                {#if !header.isPlaceholder}
 | 
			
		||||
                  <button
 | 
			
		||||
                    class="w-full"
 | 
			
		||||
                    tabindex="0"
 | 
			
		||||
                    on:click={header.column.getToggleSortingHandler()}
 | 
			
		||||
                  >
 | 
			
		||||
@@ -223,7 +224,7 @@
 | 
			
		||||
                        header.column.setFilterValue(e.target.value);
 | 
			
		||||
                      }}
 | 
			
		||||
                      type="text"
 | 
			
		||||
                      class="block rounded-md border-gray-200 py-2 pl-8 text-xs focus:border-blue-500 focus:ring-blue-500"
 | 
			
		||||
                      class="block w-full rounded-md border-gray-200 py-2 pl-8 text-xs focus:border-blue-500 focus:ring-blue-500"
 | 
			
		||||
                      placeholder=""
 | 
			
		||||
                    />
 | 
			
		||||
                    <div
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user