Bladeren bron

change chart selector cursor

Daniel Bohry 9 maanden geleden
bovenliggende
commit
52f5d3777c
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/routes/insights/+page.svelte

+ 2 - 2
src/routes/insights/+page.svelte

@@ -101,7 +101,7 @@
 				class="px-4 py-2 rounded-md text-sm font-medium transition
 				class="px-4 py-2 rounded-md text-sm font-medium transition
 			{chartView === 'positions'
 			{chartView === 'positions'
 				? 'bg-blue-500 text-white'
 				? 'bg-blue-500 text-white'
-				: 'bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-100'}"
+				: 'bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-100'} cursor-pointer"
 				on:click={() => chartView = 'positions'}
 				on:click={() => chartView = 'positions'}
 			>
 			>
 				By Position
 				By Position
@@ -111,7 +111,7 @@
 				class="px-4 py-2 rounded-md text-sm font-medium transition
 				class="px-4 py-2 rounded-md text-sm font-medium transition
 			{chartView === 'markets'
 			{chartView === 'markets'
 				? 'bg-blue-500 text-white'
 				? 'bg-blue-500 text-white'
-				: 'bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-100'}"
+				: 'bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-100'} cursor-pointer"
 				on:click={() => chartView = 'markets'}
 				on:click={() => chartView = 'markets'}
 			>
 			>
 				By Market
 				By Market