mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 04:32:01 +00:00 
			
		
		
		
	fix: video preview timestamp is not readable in light theme
This commit is contained in:
		| @@ -12,7 +12,10 @@ | ||||
|             class="absolute bottom-0 z-[2000] mb-[3.5%] hidden flex-col items-center" | ||||
|         > | ||||
|             <canvas id="preview" ref="preview" class="rounded-sm" /> | ||||
|             <span class="mt-2 w-min rounded-xl bg-dark-700 px-2 pb-1 pt-1.5 text-sm" v-text="timeFormat(currentTime)" /> | ||||
|             <span | ||||
|                 class="mt-2 w-min rounded-xl bg-white px-2 pb-1 pt-1.5 text-sm .dark:bg-dark-700" | ||||
|                 v-text="timeFormat(currentTime)" | ||||
|             /> | ||||
|         </span> | ||||
|         <button | ||||
|             v-if="inSegment" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ac615223s5
					ac615223s5