We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6863eaa commit 71ed3ddCopy full SHA for 71ed3dd
src/components/file-item/components/FileItem/FileItem.scss
@@ -128,16 +128,16 @@
128
font-weight: 600;
129
}
130
&.success {
131
- border: 1px dashed rgb(126, 218, 126);
132
- background-color: #3e6e3e;
+ border: 1px dashed #2e7d32;
+ background-color: #1b5e20;
133
//margin: 0 2px;
134
font-size: 0.7rem;
135
136
border-radius: 4px;
137
138
&.error {
139
- background-color: #911e1e;
140
- border: 1px dashed red;
+ background-color: #c62828;
+ border: 1px dashed #d32f2f;
141
142
143
0 commit comments