mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Update play button for dynamic theme
This commit is contained in:
@@ -6,7 +6,7 @@ const MotionButton = styled(UnstyledButton)`
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: var(--btn-filled-bg);
|
background: var(--btn-filled-bg);
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
@@ -16,7 +16,7 @@ const MotionButton = styled(UnstyledButton)`
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--btn-filled-bg-hover);
|
background: var(--btn-filled-bg);
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user