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