styles: button common border radius

This commit is contained in:
lytrankieio123
2021-08-20 18:47:18 +07:00
parent 7613ef8581
commit b2ac71f8cd
10 changed files with 44 additions and 36 deletions

View File

@@ -1 +1,12 @@
// constanst here
export enum ButonType {
primary,
light,
}
export enum ButtonSize {
default,
large,
}