-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved the UI of ebpf and other svg's for better visibility in dark mode #5819
Changes from 6 commits
f9cdfc6
a486635
53f3ef1
5739177
8f3d202
d6b129c
0aada74
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Suswetha6 Why is this file deleted ? will you revert this change please ? |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,6 +120,8 @@ box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 25%); | |
max-width:5.6rem; | ||
display:block; | ||
margin: 0 auto; | ||
border: 2px solid ${props => props.theme.borderColorWhiteToTransparent}; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove these borders |
||
transition: border-color 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); | ||
} | ||
p{ | ||
text-align:center; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. will you please sound off why are these theme changes are being introduced ? @Suswetha6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Suswetha6, why did you remove this file?