refactor: split theme file

This commit is contained in:
Sonny
2024-05-28 12:16:18 +02:00
committed by Sonny
parent 76847ff76b
commit f2478bcf56
10 changed files with 139 additions and 111 deletions

5
inertia/styles/border.ts Normal file
View File

@@ -0,0 +1,5 @@
import { Theme } from '@emotion/react';
export const border: Theme['border'] = {
radius: '3px',
};