make topbar thinner

This commit is contained in:
shibao 2022-11-24 16:29:21 -05:00
parent 85c4559d1f
commit 852e60dd14
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ window.Alpine = Alpine
Alpine.start()
// Show progress bar on live navigation and form submits
topbar.config({ barColors: { 0: '#29d' }, shadowColor: 'rgba(0, 0, 0, .3)' })
topbar.config({ barThickness: 1, barColors: { 0: '#fff' }, shadowColor: 'rgba(0, 0, 0, .3)' })
window.addEventListener('phx:page-loading-start', info => topbar.show())
window.addEventListener('phx:page-loading-stop', info => topbar.hide())