12-venice / battleship

Game
battleship-dusky.vercel.app
GNU Affero General Public License v3.0
0 stars 1 forks source link

feat(issue67): Привел в порядок кнопки #82

Closed RX-ON closed 2 years ago

RX-ON commented 2 years ago

Задача

Привести в порядок стили кнопок.

Заметка

Теперь у кнопок есть несколько размеров и цветов.

    skin?: 'short' | 'wide' | 'regular' | 'quad' | 'large' | 'high' | 'auth';
    color?: 'red' | 'yellow' | 'orange' | 'blue' | 'green';
    noFill?: boolean;