File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 on:click ={refreshFeed }
1515 use:tooltip ={{ theme : " dark-border" }}
1616 title =" Click to refresh"
17- class =" flex items-center gap-1 text-xl font-extrabold bg-gradient-to-br from-blue-600 to-indigo-800 hover:opacity-90 bg-clip-text text-transparent"
17+ class =" flex items-center gap-1 text-xl font-extrabold bg-gradient-to-br from-blue-600 to-indigo-600 hover:opacity-90 bg-clip-text text-transparent"
1818 >
1919 <img src ={appLogo } alt =" Seismic logo" width =" 24" />
2020 Seismic
Original file line number Diff line number Diff line change 4040 on:click ={closeSettings }
4141 use:tooltip ={{ theme : " dark-border" }}
4242 title =" Close Settings"
43- class =" text-2xl text-indigo-800 hover:opacity-90"
43+ class =" text-2xl text-blue-600 hover:opacity-90"
4444 >
4545 ×
4646 </button >
8484 />
8585 <button
8686 on:click ={saveRefreshInterval }
87- class =" text-sm bg-gradient-to-br from-blue-600 to-indigo-800 hover:opacity-90 text-white px-2 py-1 rounded"
87+ class =" text-sm bg-gradient-to-br from-blue-600 to-indigo-600 hover:opacity-90 text-white px-2 py-1 rounded"
8888 >Save</button
8989 >
9090 </div >
Original file line number Diff line number Diff line change 77 }
88 </script >
99
10- <button on:click ={openSettings } use:tooltip ={{ theme : " dark-border" }} title =" Settings" class =" text-indigo-800 " >
10+ <button on:click ={openSettings } use:tooltip ={{ theme : " dark-border" }} title =" Settings" class =" text-blue-600 " >
1111 <svg viewBox =" 0 0 20 20" fill =" currentColor" width =" 20" height =" 20" >
1212 <path
1313 fill-rule =" evenodd"
You can’t perform that action at this time.
0 commit comments