Introduces AppText, Link and FramedSegment redesign

This commit is contained in:
mashazyu
2020-03-23 09:39:55 +01:00
committed by Sofiya Tepikin
parent 1fc7bc17b9
commit 8c1c72ccc9
8 changed files with 116 additions and 21 deletions
+10
View File
@@ -0,0 +1,10 @@
export default {
grey: '#A5A5A5',
greyLight: '#D2D2D2',
greySuperLight: '#F2F2F2',
orange: '#F38337',
purple: '#3A2671',
purpleLight: '#5D4F8A',
tourquise: '#69CBC1',
tourquiseLight: '#CFECEA',
}