[S] Add text shadows

This commit is contained in:
Hykilpikonna
2019-11-09 22:10:45 -05:00
parent 90d07b1faa
commit 857192ee6d
@@ -40,6 +40,10 @@ export default class CourseTypeRadar extends Vue
textStyle:
{
fontSize: 14,
textShadowColor: '#cfcfcf',
textShadowBlur: 2,
textShadowOffsetX: 1,
textShadowOffsetY: 1,
color: '#fff',
backgroundColor: '#999',
borderRadius: 3,