File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default function TableRow({ cube }: { cube: Cube }) {
49
49
< >
50
50
< div
51
51
onClick = { ( e ) => redirectToHome ( e ) }
52
- className = "table-row h-10 transition duration-200 bg-transparent dark:hover :bg-zinc-900 light:hover :bg-neutral-200 dark:text-neutral-100 light:text-neutral-950 "
52
+ className = "table-row h-10 transition duration-200 bg-transparent dark:even :bg-zinc-900 light:even :bg-neutral-200 dark:hover:bg-zinc-800 light:hover:bg-neutral-300 dark:text-neutral-100 light:text-neutral-950 "
53
53
>
54
54
< div className = "table-cell w-10 align-middle" >
55
55
< BookmarkFav
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export function StatisticRow({
14
14
cubeSession,
15
15
} : StatisticRow ) {
16
16
return (
17
- < div className = "flex items-center h-10 text-xs rounded-md dark:text-zinc-400 light:text-neutral-950 light:bg-neutral-100" >
17
+ < div className = "flex items-center h-10 text-xs bg-transparent rounded-md dark:text-zinc-300 light:text-neutral-950 dark:odd:bg-zinc-900 light:odd :bg-neutral-100" >
18
18
< div className = "w-1/5 ps-3" > { label } </ div >
19
19
< div className = "w-1/5 text-center" > { global } </ div >
20
20
< div className = "w-1/5 text-center" > { session } </ div >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export function StatisticHeader() {
5
5
const { lang } = useSettingsModalStore ( ) ;
6
6
return (
7
7
< >
8
- < div className = "flex items-center h-10 p-1 font-medium rounded-md dark:bg-zinc-900 dark:text-zinc-200 light:bg-neutral-200 light:text-neutral-950" >
8
+ < div className = "flex items-center h-10 p-1 font-medium rounded-md dark:bg-zinc-700 dark:text-zinc-200 light:bg-neutral-200 light:text-neutral-950" >
9
9
< div className = "w-1/5" > </ div >
10
10
< div className = "w-1/5 text-center" >
11
11
{ translation . metrics [ "global" ] [ lang ] }
You can’t perform that action at this time.
0 commit comments