Update outline button styling

This commit is contained in:
jeffvli 2023-05-21 15:35:23 -07:00
parent a308efaf06
commit 22e31b92a4
2 changed files with 6 additions and 6 deletions

View file

@ -58,8 +58,8 @@ body[data-theme='defaultLight'] {
--btn-outline-bg-hover: transparent;
--btn-outline-fg: rgb(60, 60, 60);
--btn-outline-fg-hover: rgb(0, 0, 0);
--btn-outline-border: 1px rgba(140, 140, 140, 0.5) solid;
--btn-outline-radius: 1px;
--btn-outline-border: 2px rgba(140, 140, 140, 0.5) solid;
--btn-outline-radius: 12px;
--input-bg: rgb(240, 241, 242);
--input-fg: rgb(0, 0, 0);