[S] Add text shadows
This commit is contained in:
@@ -40,6 +40,10 @@ export default class CourseTypeRadar extends Vue
|
|||||||
textStyle:
|
textStyle:
|
||||||
{
|
{
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
textShadowColor: '#cfcfcf',
|
||||||
|
textShadowBlur: 2,
|
||||||
|
textShadowOffsetX: 1,
|
||||||
|
textShadowOffsetY: 1,
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
backgroundColor: '#999',
|
backgroundColor: '#999',
|
||||||
borderRadius: 3,
|
borderRadius: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user