website refactor
This commit is contained in:
@@ -28,6 +28,7 @@ export interface ThemeRadii {
|
||||
md: string;
|
||||
lg: string;
|
||||
xl: string;
|
||||
'2xl': string;
|
||||
full: string;
|
||||
}
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ export const defaultTheme: Theme = {
|
||||
md: '0.375rem',
|
||||
lg: '0.5rem',
|
||||
xl: '0.75rem',
|
||||
'2xl': '1rem',
|
||||
full: '9999px',
|
||||
},
|
||||
shadows: {
|
||||
|
||||
Reference in New Issue
Block a user