forked from abner/for-legacy-web
Add settings button to server list sidebar.
Move more border radiuses to variables.
This commit is contained in:
@@ -26,7 +26,7 @@ export default styled.svg<IconModifiers>`
|
||||
${(props) =>
|
||||
!props.square &&
|
||||
css`
|
||||
border-radius: 50%;
|
||||
border-radius: var(--border-radius-half);
|
||||
`}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@ export const ImageIconBase = styled.img<IconModifiers>`
|
||||
${(props) =>
|
||||
!props.square &&
|
||||
css`
|
||||
border-radius: 50%;
|
||||
border-radius: var(--border-radius-half);
|
||||
`}
|
||||
|
||||
${(props) =>
|
||||
|
||||
Reference in New Issue
Block a user