Skip to content

Commit 0676f72

Browse files
committed
fix: add rounded default to btns
1 parent 6e28ae2 commit 0676f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/runtime/DashboardToolbarButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<button
33
type="button"
4-
class="flex h-8 w-8 items-center justify-center rounded-lg border shadow-sm"
4+
class="flex h-8 w-8 items-center justify-center rounded-default border shadow-sm"
55
:class="buttonClass"
66
:title="title"
77
:disabled="disabled"

0 commit comments

Comments
 (0)