mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
removing unused typography values
This commit is contained in:
parent
8f75a6fd6e
commit
a820655eb0
@ -1,8 +1,6 @@
|
|||||||
const colors = require('./colors');
|
const colors = require('./colors');
|
||||||
|
|
||||||
const typography = {
|
const typography = {
|
||||||
fontPrimary: 'sans serif',
|
|
||||||
dtFontWeight: 'bold',
|
|
||||||
abbrBorderColor: colors.brandSecondary,
|
abbrBorderColor: colors.brandSecondary,
|
||||||
textMuted: colors.brandSecondary
|
textMuted: colors.brandSecondary
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user