fix(codebase): fix background color cutting off outer card border radius in file tree header
This commit is contained in:
@@ -415,6 +415,7 @@ const railGroupHeader: React.CSSProperties = {
|
|||||||
zIndex: 10,
|
zIndex: 10,
|
||||||
height: "41px",
|
height: "41px",
|
||||||
boxSizing: "border-box",
|
boxSizing: "border-box",
|
||||||
|
borderTopLeftRadius: THEME.radius,
|
||||||
};
|
};
|
||||||
const railGroupTitle: React.CSSProperties = {
|
const railGroupTitle: React.CSSProperties = {
|
||||||
fontSize: "0.95rem",
|
fontSize: "0.95rem",
|
||||||
|
|||||||
Reference in New Issue
Block a user