feat(Dialog): add new prop theme (#6921)
* feat(dialog): add new prop button-theme & change default confirm button text color * test(dialog): update snapshot * refactor(dialog): rename button-theme to theme * refactor(dialog): add theme definition * docs(dialog): add version tip & change default confirm-button-color
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
|
||||
&&--round {
|
||||
position: relative;
|
||||
height: auto;
|
||||
padding: 0 @padding-lg - 5px @padding-md;
|
||||
}
|
||||
|
||||
&--buttons {
|
||||
display: flex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user