hard-code some bg and padding into text elements for now.

This commit is contained in:
Atul Varma 2014-12-23 11:38:34 -05:00
Родитель 3dd176a7d7
Коммит b70c1b9b76
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -35,6 +35,8 @@ define(function(require) {
render: function() {
var coords = this.state.movingText || this.props;
var style = {
background: 'rgba(255, 255, 255, 0.5)',
padding: 10,
position: 'absolute',
top: coords.y,
left: coords.x