File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,12 +54,11 @@ defineExpose({ confirm });
5454 {{ message }}
5555 </BAlert >
5656 <template v-slot :footer >
57- <div class =" button-container" >
58- <GButton class = " confirm-button " data-description =" confirm dialog cancel" @click =" handleResponse(false)" >
57+ <div class =" confirm-dialog- button-container" >
58+ <GButton data-description =" confirm dialog cancel" @click =" handleResponse(false)" >
5959 {{ currentOptions.cancelText }}
6060 </GButton >
6161 <GButton
62- class =" confirm-button"
6362 :color =" currentOptions.okColor"
6463 data-description =" confirm dialog ok"
6564 @click =" handleResponse(true)" >
@@ -72,13 +71,9 @@ defineExpose({ confirm });
7271</template >
7372
7473<style scoped lang="scss">
75- .button-container {
74+ .confirm-dialog- button-container {
7675 display : flex ;
77- width : 100% ;
78- gap : 0.5rem ;
79- }
80-
81- .confirm-button {
82- flex : 1 ;
76+ justify-content : flex-end ;
77+ gap : var (--spacing-2 );
8378}
8479 </style >
You can’t perform that action at this time.
0 commit comments