Skip to content

Commit 2a3de45

Browse files
committed
frontend: use normal button for connection cancel
1 parent 8f09c42 commit 2a3de45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Frame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class Frame extends Component<FrameProps, FrameState> {
321321
i18n.t("chargers.loading_webinterface")}
322322
</div>
323323
<Button className="col-lg-1 col-md-2 col-sm-3 col-6 mt-3"
324-
variant="outline-warning"
324+
variant="warning"
325325
type="button"
326326
onClick={(e) => {
327327
e.stopPropagation();

0 commit comments

Comments
 (0)