mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update button styles
This commit is contained in:
@@ -33,6 +33,11 @@ export const Wrapper = styled.button<WrapperProps>`
|
|||||||
return '';
|
return '';
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.icon.left {
|
.icon.left {
|
||||||
margin-right: 0.5rem;
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
@@ -111,14 +116,6 @@ export const Wrapper = styled.button<WrapperProps>`
|
|||||||
.icon svg path {
|
.icon svg path {
|
||||||
stroke: #262628;
|
stroke: #262628;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: ${theme.colors.white.main};
|
|
||||||
|
|
||||||
.icon svg path {
|
|
||||||
stroke: ${theme.colors.white.main};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
case 'outlined':
|
case 'outlined':
|
||||||
return css`
|
return css`
|
||||||
|
|||||||
Reference in New Issue
Block a user