Skip to content

Commit c53e196

Browse files
committed
refactor: change border color of the more options dropdown
1 parent 403e7bb commit c53e196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ function RemoteFunctions(config = {}) {
19051905
.phoenix-dropdown {
19061906
background-color: #2c2c2c !important;
19071907
color: #cdcdcd !important;
1908-
border: 1px solid #4285F4 !important;
1908+
border: 1px solid #4a4a4a !important;
19091909
border-radius: 6px !important;
19101910
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
19111911
font-size: 13px !important;

0 commit comments

Comments
 (0)