mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Fix all comments
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
// Interfaces
|
||||
import { ITable } from '.';
|
||||
|
||||
const StyledTable = styled.div`
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: var(--radius-md);
|
||||
|
||||
font-size: 20px;
|
||||
border-radius: var(--radius-md);
|
||||
`;
|
||||
|
||||
const CommonRow = styled.div<ITable>`
|
||||
|
||||
Reference in New Issue
Block a user