mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
import { Theme } from '@emotion/react';
|
|
|
|
export const border: Theme['border'] = {
|
|
radius: '3px',
|
|
};
|