Skip to content

Commit

Permalink
色調整
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaoka committed Oct 18, 2024
1 parent 4f46a55 commit d734e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/streams/LiverEventDateSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const sectionInfo = computed(() => {
:class="{
'border-yellow-100 bg-yellow-400 text-black hover:bg-yellow-500':
sectionInfo.dateDiff === 0,
'border-gray-300 bg-gray-100 text-black hover:bg-gray-200': sectionInfo.dateDiff > 0,
'border-gray-300 bg-gray-700 text-white hover:bg-gray-800': sectionInfo.dateDiff < 0,
'border-gray-300 bg-gray-100 text-gray-900 hover:bg-gray-200': sectionInfo.dateDiff > 0,
'border-gray-300 bg-gray-700 text-gray-300 hover:bg-gray-800': sectionInfo.dateDiff < 0,
}"
@click="scrollToSectionTop(dateSection.time)"
>
Expand Down

0 comments on commit d734e16

Please sign in to comment.