diff --git a/app/assets/tailwind/sure-design-system/_generated.css b/app/assets/tailwind/sure-design-system/_generated.css index dc4e8f855..fe92a6a29 100644 --- a/app/assets/tailwind/sure-design-system/_generated.css +++ b/app/assets/tailwind/sure-design-system/_generated.css @@ -474,6 +474,22 @@ } } +@utility button-bg-secondary-strong { + @apply bg-gray-200; + + @variant theme-dark { + @apply bg-gray-700; + } +} + +@utility button-bg-secondary-strong-hover { + @apply bg-gray-300; + + @variant theme-dark { + @apply bg-gray-600; + } +} + @utility button-bg-disabled { @apply bg-gray-50; diff --git a/app/components/UI/account/activity_feed.html.erb b/app/components/UI/account/activity_feed.html.erb index 00adaf3fd..4d97b2d4c 100644 --- a/app/components/UI/account/activity_feed.html.erb +++ b/app/components/UI/account/activity_feed.html.erb @@ -54,7 +54,7 @@ data: { controller: "auto-submit-form" } do |form| %>
-
+
<%= helpers.icon("search") %> <%= hidden_field_tag :account_id, account.id %> diff --git a/app/views/holdings/_cost_basis_cell.html.erb b/app/views/holdings/_cost_basis_cell.html.erb index f482d0097..7bc19c237 100644 --- a/app/views/holdings/_cost_basis_cell.html.erb +++ b/app/views/holdings/_cost_basis_cell.html.erb @@ -28,7 +28,7 @@ <%= icon "pencil", size: "xs", class: "text-secondary opacity-0 group-hover:opacity-100 transition-opacity" %>
<% else %> -
+
<%= icon "pencil", size: "xs" %> Set
@@ -95,7 +95,7 @@
diff --git a/app/views/holdings/index.html.erb b/app/views/holdings/index.html.erb index a98a88c27..22eb0afa2 100644 --- a/app/views/holdings/index.html.erb +++ b/app/views/holdings/index.html.erb @@ -5,7 +5,7 @@ <%= link_to new_trade_path(account_id: @account.id), id: dom_id(@account, "new_trade"), data: { turbo_frame: :modal }, - class: "flex gap-1 font-medium items-center bg-gray-50 theme-dark:bg-gray-700 hover:bg-gray-100 theme-dark:hover:bg-gray-600 text-primary p-2 rounded-lg" do %> + class: "flex gap-1 font-medium items-center button-bg-secondary hover:button-bg-secondary-hover text-primary p-2 rounded-lg" do %> <%= icon("plus", color: "current") %> diff --git a/app/views/holdings/show.html.erb b/app/views/holdings/show.html.erb index 37c7c86d4..153166c2d 100644 --- a/app/views/holdings/show.html.erb +++ b/app/views/holdings/show.html.erb @@ -68,7 +68,7 @@
@@ -181,7 +181,7 @@
@@ -278,7 +278,7 @@ <%= button_to t(".reset_to_provider"), reset_security_holding_path(@holding), method: :post, - class: "inline-flex items-center gap-1 px-3 py-2 rounded-lg text-sm font-medium text-primary bg-gray-200 hover:bg-gray-300 theme-dark:bg-gray-700 theme-dark:hover:bg-gray-600", + class: "inline-flex items-center gap-1 px-3 py-2 rounded-lg text-sm font-medium text-primary button-bg-secondary-strong hover:button-bg-secondary-strong-hover", form: { data: { turbo: false } }, data: { turbo_confirm: { title: t(".reset_confirm_title"), @@ -297,7 +297,7 @@ <%= button_to t(".market_data_sync_button"), sync_prices_holding_path(@holding), method: :post, - class: "inline-flex items-center gap-1 px-3 py-2 rounded-lg text-sm font-medium text-primary bg-gray-200 hover:bg-gray-300 theme-dark:bg-gray-700 theme-dark:hover:bg-gray-600", + class: "inline-flex items-center gap-1 px-3 py-2 rounded-lg text-sm font-medium text-primary button-bg-secondary-strong hover:button-bg-secondary-strong-hover", data: { loading_button_target: "button" }, form: { data: { controller: "loading-button", @@ -315,7 +315,7 @@ <%= button_to t(".unlock_cost_basis"), unlock_cost_basis_holding_path(@holding), method: :post, - class: "inline-flex items-center gap-1 px-3 py-2 rounded-lg text-sm font-medium text-primary bg-gray-200 hover:bg-gray-300 theme-dark:bg-gray-700 theme-dark:hover:bg-gray-600", + class: "inline-flex items-center gap-1 px-3 py-2 rounded-lg text-sm font-medium text-primary button-bg-secondary-strong hover:button-bg-secondary-strong-hover", form: { data: { turbo: false } }, data: { turbo_confirm: { title: t(".unlock_confirm_title"), body: t(".unlock_confirm_body") } } %>
diff --git a/app/views/holdings/sync_prices.turbo_stream.erb b/app/views/holdings/sync_prices.turbo_stream.erb index f2e253d91..98ab65d43 100644 --- a/app/views/holdings/sync_prices.turbo_stream.erb +++ b/app/views/holdings/sync_prices.turbo_stream.erb @@ -45,7 +45,7 @@ <%= button_to t("holdings.show.market_data_sync_button"), sync_prices_holding_path(@holding), method: :post, - class: "inline-flex items-center gap-1 px-3 py-2 rounded-lg text-sm font-medium text-primary bg-gray-200 hover:bg-gray-300 theme-dark:bg-gray-700 theme-dark:hover:bg-gray-600", + class: "inline-flex items-center gap-1 px-3 py-2 rounded-lg text-sm font-medium text-primary button-bg-secondary-strong hover:button-bg-secondary-strong-hover", data: { loading_button_target: "button" }, form: { data: { controller: "loading-button", diff --git a/design/tokens/sure.tokens.json b/design/tokens/sure.tokens.json index e8c3ce27c..8803068e6 100644 --- a/design/tokens/sure.tokens.json +++ b/design/tokens/sure.tokens.json @@ -1,6 +1,6 @@ { "$schema": "https://design-tokens.github.io/community-group/format/", - "$version": "2.0.0", + "$version": "2.1.0", "$description": "Sure design tokens. Single source of truth. Hand-edit; run `npm run tokens:build` to regenerate CSS. Template syntax in $value strings: `{path.to.token}` resolves to `var(--path-to-token)`; `{path|N%}` becomes `--alpha(var(--path) / N%)`. Utility tokens whose value lacks `{}` are treated as raw Tailwind class lists for @apply.", "font": { @@ -335,6 +335,8 @@ "button-bg-primary-hover": { "$type": "utility", "$value": "{color.gray.800}", "$extensions": { "sure.utility": { "prefix": "bg" }, "sure.dark": "{color.gray.50}" } }, "button-bg-secondary": { "$type": "utility", "$value": "{color.gray.50}", "$extensions": { "sure.utility": { "prefix": "bg" }, "sure.dark": "{color.gray.700}" } }, "button-bg-secondary-hover": { "$type": "utility", "$value": "{color.gray.100}", "$extensions": { "sure.utility": { "prefix": "bg" }, "sure.dark": "{color.gray.600}" } }, + "button-bg-secondary-strong": { "$type": "utility", "$value": "{color.gray.200}", "$extensions": { "sure.utility": { "prefix": "bg" }, "sure.dark": "{color.gray.700}" } }, + "button-bg-secondary-strong-hover": { "$type": "utility", "$value": "{color.gray.300}", "$extensions": { "sure.utility": { "prefix": "bg" }, "sure.dark": "{color.gray.600}" } }, "button-bg-disabled": { "$type": "utility", "$value": "{color.gray.50}", "$extensions": { "sure.utility": { "prefix": "bg" }, "sure.dark": "{color.gray.700}" } }, "button-bg-destructive": { "$type": "utility", "$value": "{color.red.500}", "$extensions": { "sure.utility": { "prefix": "bg" }, "sure.dark": "{color.red.400}" } }, "button-bg-destructive-hover": { "$type": "utility", "$value": "{color.red.600}", "$extensions": { "sure.utility": { "prefix": "bg" }, "sure.dark": "{color.red.500}" } },