Skip to content

Commit 7a02d8f

Browse files
authored
Merge pull request #15 from lucasgmelo/main
fix: improve dark theme
2 parents d66fa36 + bf1a2ac commit 7a02d8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/App.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,16 @@
136136
}
137137

138138
.dark .ant-select-selector {
139-
background-color: rgba(255, 255, 255, 0.1) !important;
139+
background-color: #272727 !important;
140140
}
141141

142142
.dark .ant-select:not(.ant-select-customize-input) .ant-select-selector {
143-
background-color: rgba(255, 255, 255, 0.1) !important;
143+
background-color: #272727 !important;
144144
}
145145

146146
.dark .ant-select-selection-item {
147-
background-color: rgba(255, 255, 255, 0.1) !important;
148-
border: rgba(255, 255, 255, 0.1) !important;
147+
background-color: #272727 !important;
148+
border: #272727 !important;
149149
color: #fff;
150150
}
151151

@@ -154,8 +154,8 @@
154154
}
155155

156156
.dark .ant-btn-primary {
157-
border-color: rgba(255, 255, 255, 0.1) !important;
158-
background: rgba(255, 255, 255, 0.1) !important;
157+
border-color: #272727 !important;
158+
background: #272727 !important;
159159
}
160160

161161
.dark .ant-select-selection-item-remove, .dark .ant-progress-circle .ant-progress-text, .dark .ant-radio-wrapper, .dark .ant-tabs {

0 commit comments

Comments
 (0)