Dwayne Harris 4 years ago
parent
commit
cb1c295d80
  1. 2
      src/apps/gif-app/composer/index.tsx
  2. 2
      src/apps/text-app/composer/index.tsx
  3. 5
      src/styles/default.css

2
src/apps/gif-app/composer/index.tsx

@ -3,4 +3,4 @@ import { render } from 'react-dom'
import App from './app'
import { Communicator } from '../../../communicator'
render(<App communicator={new Communicator('1be42e580200266d18fc')} />, document.getElementById('app'))
render(<App communicator={new Communicator('1e1d189b1c5553748f39')} />, document.getElementById('app'))

2
src/apps/text-app/composer/index.tsx

@ -3,4 +3,4 @@ import { render } from 'react-dom'
import App from './app'
import { Communicator } from '../../../communicator'
render(<App communicator={new Communicator('4159a7b155799d15181e')} />, document.getElementById('app'))
render(<App communicator={new Communicator('f724ff5ebf541241f033')} />, document.getElementById('app'))

5
src/styles/default.css

@ -19,9 +19,10 @@ body {
input, textarea, select {
border: 1px solid;
border-radius: 0;
box-sizing: border-box;
font-family: var(--default-font);
font-size: 1rem;
font-size: 0.9rem;
margin: 0px;
padding: var(--input-padding);
width: 100%;
@ -29,7 +30,7 @@ input, textarea, select {
button {
border: none;
border-radius: 8px;
border-radius: 25px;
cursor: pointer;
font-size: 0.8rem;
font-weight: 700;

Loading…
Cancel
Save