Skip to content

Commit

Permalink
Update SCSS variables from Figma
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Jan 14, 2025
1 parent 833b4c9 commit 7ef3bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/_source.sass
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $base-colour-grey-300: #747474
$base-font-weight-regular: 400
$base-colour-pink-300: #cd0087
$global-colour-textonlight: #282828
$base-colour-pink-100: #ffc6e0
$base-colour-blue-300: #0177cc
$brand-colour-accent-300: #0177cc

// Generated SCSS Mixins
Expand Down Expand Up @@ -84,7 +84,7 @@ $brand-colour-accent-300: #0177cc
gap: 2px

@mixin input_active_label
color: $base-colour-pink-100
color: $base-colour-blue-300
font-family: $global-font-uidefaultfont
font-size: $base-font-size-xl
font-weight: $base-font-weight-semibold
Expand Down

0 comments on commit 7ef3bc4

Please sign in to comment.