Skip to content

Commit b79455b

Browse files
committed
Refactor color for agent row
1 parent 0f11fc1 commit b79455b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/src/components/Resources/AgentMetadata.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ const styles = {
207207
root: (theme) => ({
208208
padding: "20px 32px",
209209
borderTop: `1px solid ${theme.palette.divider}`,
210-
background: theme.palette.background.paper,
211210
overflowX: "auto",
212211
scrollPadding: "0 32px",
213212
}),

site/src/components/Resources/AgentRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ const useAgentLogs = (
513513

514514
const styles = {
515515
agentRow: (theme) => ({
516-
backgroundColor: theme.palette.background.paper,
517516
fontSize: 16,
518517
borderLeft: `2px solid ${theme.palette.text.secondary}`,
519518

@@ -578,6 +577,7 @@ const styles = {
578577
alignItems: "center",
579578
gap: 48,
580579
flexWrap: "wrap",
580+
backgroundColor: theme.palette.background.paper,
581581

582582
[theme.breakpoints.down("md")]: {
583583
gap: 16,

0 commit comments

Comments
 (0)