Update coloring of logs button

This commit is contained in:
Nicolas Mowen 2024-05-22 06:07:15 -06:00
parent e91f3d8d9b
commit aab1ad4136

View File

@ -381,7 +381,7 @@ function Logs() {
{initialScroll && !endVisible && (
<Button
className="absolute bottom-8 left-[50%] z-20 -translate-x-[50%] rounded-md bg-secondary-foreground p-2 text-primary"
className="absolute bottom-8 left-[50%] z-20 -translate-x-[50%] rounded-md p-2"
onClick={() =>
contentRef.current?.scrollTo({
top: contentRef.current?.scrollHeight,