Skip to content

Commit e527850

Browse files
committed
Update code docs
1 parent 872b965 commit e527850

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/components_ui_button_IconButton.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
' Set default colors
2727
m.top.background = constants.colorBackgroundSecondary
2828
m.top.iconBackground = constants.colorTextPrimary
29-
m.top.focusBackground = constants.colorBackgroundPrimary
29+
m.top.focusBackground = constants.colorBackgroundSecondary
3030
m.top.iconFocusBackground = constants.colorTextPrimary
3131
end sub
3232

docs/components_ui_button_TextButton.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
' Set default colors
2525
m.top.background = constants.colorBackgroundSecondary
2626
m.top.textColor = constants.colorTextPrimary
27-
m.top.focusBackground = constants.colorBackgroundPrimary
27+
m.top.focusBackground = constants.colorBackgroundSecondary
2828
m.top.textFocusColor = constants.colorTextPrimary
2929
end sub
3030

0 commit comments

Comments
 (0)