Initial Commit
This commit is contained in:
9
src/components/buttons/copy-icon-button/styles.ts
Normal file
9
src/components/buttons/copy-icon-button/styles.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Copyright 2024 Phenix Real Time Solutions, Inc. Confidential and Proprietary. All Rights Reserved.
|
||||
*/
|
||||
import * as styled from 'styled-components';
|
||||
|
||||
export const CopyButtonContainer = styled.default.div`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
`;
|
||||
Reference in New Issue
Block a user