Skip to content

Commit fec74c2

Browse files
committed
refactor: make dropdown consistent to existing phoenix colors
1 parent f3b891e commit fec74c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,9 +1821,9 @@ function RemoteFunctions(config = {}) {
18211821
}
18221822
18231823
.phoenix-dropdown {
1824-
background-color: #ffffff !important;
1825-
color: #1f2933 !important;
1826-
border: 1px solid #1a73e8 !important;
1824+
background-color: #2c2c2c !important;
1825+
color: #cdcdcd !important;
1826+
border: 1px solid #4285F4 !important;
18271827
border-radius: 6px !important;
18281828
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
18291829
font-size: 13px !important;
@@ -1833,8 +1833,8 @@ function RemoteFunctions(config = {}) {
18331833
left: -1000px;
18341834
top: -1000px;
18351835
box-sizing: border-box !important;
1836-
min-width: 150px !important;
1837-
padding: 4px 0 !important;
1836+
min-width: 130px !important;
1837+
padding: 2px 0 !important;
18381838
overflow: hidden !important;
18391839
}
18401840
@@ -1854,7 +1854,7 @@ function RemoteFunctions(config = {}) {
18541854
}
18551855
18561856
.dropdown-item:hover {
1857-
background-color: #e8f1ff !important;
1857+
background-color: #3c3f41 !important;
18581858
}
18591859
18601860
.item-icon {

0 commit comments

Comments
 (0)