Skip to content

Commit 742ac80

Browse files
authored
fix: contrast ratio for warning (microsoft#375)
1 parent 978dabc commit 742ac80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/react/components/pages/modelCompose/modelCompose.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,9 @@ h4 {
132132
}
133133

134134
.modal-alert {
135-
color: #e30202;
135+
color: #ff4040;
136136
font-size: small;
137+
margin-bottom: 1rem;
137138
}
138139

139140
.modal-button-container {

0 commit comments

Comments
 (0)