Squirclesssss 🟦🔵 (#22535)
This commit is contained in:
committed by
GitHub
parent
badaae17cd
commit
e609320666
+1
-1
@@ -7,7 +7,7 @@ type GraphWidgetLegendDotProps = {
|
||||
|
||||
const StyledDot = styled.div<{ color: string }>`
|
||||
background: ${({ color }) => color};
|
||||
border-radius: 2px;
|
||||
border-radius: var(--t-border-radius-xs);
|
||||
flex-shrink: 0;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
|
||||
+3
-3
@@ -63,7 +63,7 @@ const StyledEditor = styled.div`
|
||||
backdrop-filter: ${themeCssVariables.blur.medium};
|
||||
background: ${themeCssVariables.background.transparent.secondary};
|
||||
border: 1px solid ${themeCssVariables.border.color.medium};
|
||||
border-radius: 8px;
|
||||
border-radius: ${themeCssVariables.border.radius.md};
|
||||
box-shadow:
|
||||
0px 2px 4px rgba(0, 0, 0, 0.04),
|
||||
2px 4px 16px rgba(0, 0, 0, 0.12);
|
||||
@@ -98,7 +98,7 @@ const StyledEditor = styled.div`
|
||||
backdrop-filter: ${themeCssVariables.blur.medium};
|
||||
background: ${themeCssVariables.background.transparent.secondary};
|
||||
border: 1px solid ${themeCssVariables.border.color.medium};
|
||||
border-radius: 8px;
|
||||
border-radius: ${themeCssVariables.border.radius.md};
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
@@ -139,7 +139,7 @@ const StyledEditor = styled.div`
|
||||
& .bn-inline-content code {
|
||||
background-color: ${themeCssVariables.background.transparent.light};
|
||||
border: 1px solid ${themeCssVariables.font.color.extraLight};
|
||||
border-radius: 4px;
|
||||
border-radius: ${themeCssVariables.border.radius.sm};
|
||||
color: ${themeCssVariables.font.color.danger};
|
||||
font-family: monospace;
|
||||
font-size: 0.9rem;
|
||||
|
||||
Reference in New Issue
Block a user