mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed background repeat on square
This commit is contained in:
parent
c0ece70f89
commit
0a5caf6bda
3 changed files with 7 additions and 5 deletions
|
@ -5,7 +5,7 @@ import classNames from 'classnames';
|
|||
|
||||
interface IProps extends DivProps {}
|
||||
|
||||
const Square: FC<IProps> = ({ children, ...rest }) => (
|
||||
const LabSquare: FC<IProps> = ({ children, ...rest }) => (
|
||||
<div className={styles.square}>
|
||||
<div {...rest} className={classNames(styles.content, rest.className)}>
|
||||
{children}
|
||||
|
@ -13,4 +13,4 @@ const Square: FC<IProps> = ({ children, ...rest }) => (
|
|||
</div>
|
||||
);
|
||||
|
||||
export { Square };
|
||||
export { LabSquare };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue