Skip to content

Commit 71ed3dd

Browse files
committed
[REF]: standarize error and success color on info layer
1 parent 6863eaa commit 71ed3dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/file-item/components/FileItem/FileItem.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,16 @@
128128
font-weight: 600;
129129
}
130130
&.success {
131-
border: 1px dashed rgb(126, 218, 126);
132-
background-color: #3e6e3e;
131+
border: 1px dashed #2e7d32;
132+
background-color: #1b5e20;
133133
//margin: 0 2px;
134134
font-size: 0.7rem;
135135

136136
border-radius: 4px;
137137
}
138138
&.error {
139-
background-color: #911e1e;
140-
border: 1px dashed red;
139+
background-color: #c62828;
140+
border: 1px dashed #d32f2f;
141141
font-size: 0.7rem;
142142

143143
//margin: 0 2px;

0 commit comments

Comments
 (0)