fullscreen button icon
This commit is contained in:
+3
-1
@@ -282,10 +282,12 @@ export const Circle = styled.circle<{ circumference: number; percent: number }>`
|
||||
`;
|
||||
|
||||
export const FullScreenButton = styled.button`
|
||||
padding: 24px;
|
||||
padding: 12px;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 50px;
|
||||
border: none;
|
||||
background-color: rgba(0, 0, 0, .07);
|
||||
`;
|
||||
|
||||
export const InputHolder = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user