style: better white style

This commit is contained in:
usopp
2024-12-17 19:16:40 +01:00
parent 6db9c99080
commit b3313cf975
4 changed files with 8 additions and 8 deletions

View File

@@ -263,7 +263,7 @@ export const DockerLogsId: React.FC<Props> = ({ containerId, serverId }) => {
<div
ref={scrollRef}
onScroll={handleScroll}
className="h-[720px] overflow-y-auto space-y-0 border p-4 bg-[#d4d4d4] dark:bg-[#050506] rounded custom-logs-scrollbar"
className="h-[720px] overflow-y-auto space-y-0 border p-4 bg-[#fafafa] dark:bg-[#050506] rounded custom-logs-scrollbar"
>
{filteredLogs.length > 0 ? (
filteredLogs.map((filteredLog: LogLine, index: number) => (