Commit 191be79 1 parent 7d4de3a commit 191be79 Copy full SHA for 191be79
File tree 3 files changed +5
-5
lines changed
popgetter-browser/web/src/routes
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 69
69
<Layout >
70
70
<div slot =" left" >
71
71
<h1
72
- class =" lg:text-6s md:text-5s mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 dark:text-white "
72
+ class =" lg:text-6s md:text-5s mb-4 text-4xl font-extrabold leading-none tracking-tight text-gray-900 dark:text-gray-900 "
73
73
>
74
74
Popgetter browser
75
75
</h1 >
Original file line number Diff line number Diff line change 49
49
<Button >
50
50
<div >
51
51
<h2
52
- class =" font-large text-lg text-gray-500 lg:text-xl dark:text-gray-400 "
52
+ class =" font-large text-lg text-gray-500 lg:text-xl dark:text-gray-500 "
53
53
>
54
54
<p >Pick geometry level...</p >
55
55
</h2 >
56
56
<ChevronRightOutline
57
57
color =" grey"
58
58
size =" lg"
59
- class =" text-grey ms-2 h-6 w-6 dark:text-white "
59
+ class =" text-grey ms-2 h-6 w-6 dark:text-gray-500 "
60
60
/>
61
61
</div ></Button
62
62
>
Original file line number Diff line number Diff line change 56
56
<Button >
57
57
<div >
58
58
<h2
59
- class =" font-large text-lg text-gray-500 lg:text-xl dark:text-gray-400 "
59
+ class =" font-large text-lg text-gray-500 lg:text-xl dark:text-gray-500 "
60
60
>
61
61
<p >Pick country...</p >
62
62
</h2 >
63
63
<ChevronRightOutline
64
64
color =" grey"
65
65
size =" lg"
66
- class =" text-grey ms-2 h-6 w-6 dark:text-white "
66
+ class =" text-grey ms-2 h-6 w-6 dark:text-gray-500 "
67
67
/>
68
68
</div ></Button
69
69
>
You can’t perform that action at this time.
0 commit comments