Skip to content

Commit 65dcfe4

Browse files
authored
fix: styles (#1990)
1 parent 303b7f6 commit 65dcfe4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/css/custom.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,19 @@ div[class*="searchQueryColumn"] {
353353
textarea {
354354
padding-top: 12px !important;
355355
}
356+
357+
.ant-popover .ant-popover-inner {
358+
background-color: var(--color-bg-1);
359+
}
360+
.ant-alert-info {
361+
background: var(--color-info-light-default);
362+
}
363+
.ant-form-item .ant-form-item-label > label {
364+
color: var(--color-text-1);
365+
}
366+
.ant-popover {
367+
--antd-arrow-background-color: var(--color-bg-1);
368+
}
369+
.ant-input {
370+
color: var(--color-text-1);
371+
}

0 commit comments

Comments
 (0)