Moves unique styles of Button component from common to local file
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import Colors from './colors'
|
||||
import Containers from './containers'
|
||||
import Spacing from './spacing'
|
||||
import Typography, { sizes as Sizes } from './typography'
|
||||
import Typography, { fonts as Fonts, sizes as Sizes } from './typography'
|
||||
|
||||
export { Colors, Containers, Spacing, Sizes, Typography }
|
||||
export { Colors, Containers, Fonts, Spacing, Sizes, Typography }
|
||||
|
||||
Reference in New Issue
Block a user